Here's the code for the section : <!-- *** SQUIRE ***
============================= -->
<div class="squire">
<div class="header knight">
<h1 data-i18n="squire"></h1>
</div>
<div class="header woman">
<h1 data-i18n="servant"></h1>
</div>
<div class="row 2autocolumn">
<h2 data-i18n="name"></h2>
<label data-i18n-title="enter squire name" title="enter squire name">
<input data-i18n-placeholder="squire name" name="attr_squire_name" placeholder="squire name" title="@{squire_name}" type="text" value=""/>
</label>
</div>
<div class="row 3autocolumn knight">
<button class="text-capitalize" data-i18n="age" name="roll_age" type="roll" value="&{template:rolls} {{header=Squire's ^{age}}} {{dice=[[{1d20+({@{squire_age}+(?{Mod.|0})-20,0}kh1),1d0+20}kl1 [Roll]]]}} {{threshold=[[{@{squire_age}+(?{Mod.|0}),20}kl1[Threshold]]]}} {{fumbleVal=[[20+({@{squire_age}+(?{Mod.|0}),0}kl1)]]}}"></button>
<label data-i18n-title="squire age check" title="squire age check">
<input name="attr_squire_age_check" placeholder="#" title="@{squire_age}" type="number" value=""/>
</label>
</div>
<div class="row 3autocolumn knight">
<button class="text-capitalize" data-i18n="first aid" name="roll_first-aid" type="roll" value="&{template:rolls} {{header=Squire's ^{first aid}}} {{dice=[[{1d20+({@{squire_first_aid}+(?{Mod.|0})-20,0}kh1),1d0+20}kl1 [Roll]]]}} {{threshold=[[{@{squire_first_aid}+(?{Mod.|0}),20}kl1[Threshold]]]}} {{fumbleVal=[[20+({@{squire_first_aid}+(?{Mod.|0}),0}kl1)]]}}"></button>
<label data-i18n-title="enter first aid" title="enter first aid">
<input name="attr_squire_first_aid" placeholder="#" title="@{squire_first_aid}" type="number" value=""/>
</label>
<label class="styled-checkbox grid" data-i18n-title="squire first aid check" title="squire first aid check">
<input name="attr_squire_first_aid_check" title="@{squire_first_aid_check}" type="checkbox" value="squire first aid check"/>
<span class="pictos">3</span>
</label>
</div>
<div class="row 3autocolumn knight">
<button class="text-capitalize" data-i18n="battle" name="roll_battle" type="roll" value="&{template:rolls} {{header=Squire's ^{battle}}} {dice=[[{1d20+({@{squire_battle}+(?{Mod.|0})-20,0}kh1),1d0+20}kl1 [Roll]]]}} {{threshold=[[{@{squire_battle}+(?{Mod.|0}),20}kl1[Threshold]]]}} {{fumbleVal=[[20+({@{squire_battle}+(?{Mod.|0}),0}kl1)]]}}"></button>
<label data-i18n-title="enter battle" title="enter battle">
<input name="attr_squire_battle" placeholder="#" title="@{squire_battle}" type="number" value=""/>
</label>
<label class="styled-checkbox grid" data-i18n-title="squire battle check" title="squire battle check">
<input name="attr_squire_battle_check" title="@{squire_battle_check}" type="checkbox" value="squire battle check"/>
<span class="pictos">3</span>
</label>
</div>
<div class="row 3autocolumn knight">
<button class="text-capitalize" data-i18n="horsemanship" name="roll_horsemanship" type="roll" value="&{template:rolls} {{header=Squire's ^{horsemanship}}} {dice=[[{1d20+({@{squire_horsemanship}+(?{Mod.|0})-20,0}kh1),1d0+20}kl1 [Roll]]]}} {{threshold=[[{@{squire_horsemanship}+(?{Mod.|0}),20}kl1[Threshold]]]}} {{fumbleVal=[[20+({@{squire_horsemanship}+(?{Mod.|0}),0}kl1)]]}}"></button>
<label data-i18n-title="enter horsemanship" title="enter horsemanship">
<input name="attr_squire_horsemanship" placeholder="#" title="@{squire_horsemanship}" type="number" value=""/>
</label>
<label class="styled-checkbox grid" data-i18n-title="squire horsemanship check" title="squire horsemanship check">
<input name="attr_squire_horsemanship_check" title="@{squire_horsemanship_check}" type="checkbox" value="squire horsemanship check"/>
<span class="pictos">3</span>
</label>
</div>
<div class="repeating-container">
<fieldset class="repeating_squireskills">
<div class="row">
<label data-i18n-title="enter name" title="enter name">
<input data-i18n-placeholder="name" name="attr_name" placeholder="name" title="@{name}" type="text" value=""/>
</label>
<label data-i18n-title="enter squire skill" title="enter squire skill">
<input name="attr_squire_skill" placeholder="#" title="@{squire_skill}" type="number" value="0"/>
</label>
<label class="styled-checkbox grid" data-i18n-title="check" title="check">
<input name="attr_check" title="@{check}" type="checkbox" value="check"/>
<span class="pictos">3</span>
</label>
<button class="d20" name="roll_squire_skill" type="roll" value="&{template:rolls}{{header=@{name}}}{dice=[[{1d20+({@{squire_skill}+(?{Mod.|0})-20,0}kh1),1d0+20}kl1 [Roll]]]}} {{threshold=[[{@{squire_skill}+(?{Mod.|0}),20}kl1[Threshold]]]}} {{fumbleVal=[[20+({@{squire_skill}+(?{Mod.|0}),0}kl1)]]}}"></button>
</div>
</fieldset>
</div>
</div>
</div>