{{!-- ===================== CAPACITÉS SURNATURELLES ===================== --}}
{{ localize "CDE.SupernaturalCreate" }}
{{#if supernaturals.length}} {{#each supernaturals as |item|}}
{{item.name}}
{{item.name}} {{#if item.system.activation}} {{ getActivationLabel item.system.activation }} {{/if}}
{{#if item.system.description}}
{{{item.system.description}}}
{{/if}}
{{/each}} {{else}}

{{ localize "CDE.NoSupernaturals" }}

{{/if}}