{{!-- Toggle Edit/Play --}}
{{#if isEditMode}} {{else}} {{/if}}
{{!-- Logo --}} {{!-- Sidebar: Profile Image + Totem Dice --}}
{{!-- Totem Evolution --}}

{{localize "ITEMS.evolution"}}

{{localize "TOTEMS.human.name"}}
{{localize "TOTEMS.adapted.name"}}
{{#repeat system.adaptation.totems.human.max 1 "humantotem"}}
{{#if @root.isEditMode}} {{/if}} {{#ifgteq system.adaptation.totems.human.value @humantotem}}
{{/ifgteq}}
{{/repeat}}
{{#repeat system.adaptation.totems.adapted.max 1 "adaptedtotem"}}
{{#if @root.isEditMode}} {{/if}} {{#ifgteq system.adaptation.totems.adapted.value @adaptedtotem}}
{{/ifgteq}}
{{/repeat}}