{{!-- Skills Tab --}}
-
{{#each elementsbio as |elem key|}}
-
{{elem.name}}
{{/each}}
{{!-- Equipement Tab --}}
{{formInput systemFields.equipementlibre enriched=enrichedEquipementlibre value=system.equipementlibre name="system.equipementlibre" toggled=true}}
-
{{#each armes as |arme key|}}
-
{{arme.name}}
{{/each}}
-
{{#each equipements as |equip key|}}
-
{{equip.name}}
{{/each}}
-
{{#each sorts as |sort key|}}
-
{{sort.name}}
{{/each}}
{{!-- Biography Tab --}}
-
{{#each tarots as |tarot key|}}
-
{{tarot.name}}
{{#if @root.isGM}}
{{/if}}
{{/each}}
{{#if isGM}}
-
{{#each tarotsCache as |tarot key|}}
-
{{tarot.name}}
{{#if @root.isGM}}
{{/if}}
{{/each}}
{{/if}}
{{formInput biodataFields.description enriched=enrichedDescription value=system.biodata.description name="system.biodata.description" toggled=true}}
{{formInput biodataFields.notes enriched=enrichedNotes value=system.biodata.notes name="system.biodata.notes" toggled=true}}