<{{ elements.effects }} class="effects-element"> {{!-- Searching --}} {{!-- Effects List --}}
{{!-- Sections / Categories --}} {{#each effects}}
{{!-- Section Header --}}

{{ localize label }}

{{ localize "DND5E.SOURCE.FIELDS.source.label" }}
{{#if info}} {{/if}}
{{!-- Section Contents --}}
    {{#each effects}} {{!-- Effects --}}
  1. {{!-- Primary Effect --}}
    {{> ".effect" }}
    {{!-- Rider Effects --}}
      {{#each riders}}
    1. {{> ".effect" }}
    2. {{/each}}
  2. {{/each}}
{{/each}}
{{#if hasConditions}}

{{ localize "DND5E.Conditions" }}

{{/if}} {{#*inline ".effect"}} {{!-- Effect Name --}}
{{ dnd5e-icon img alt=name classes="item-image gold-icon" }}
{{ name }}
{{#if showDuration}}
{{ durationParts.[0] }} {{#if durationParts.[1]}} | {{ durationParts.[1] }} {{/if}}
{{/if}}
{{!-- Effect Source --}}
{{#if source}} {{#if hasTooltip}} {{ source.name }} {{else}} {{ source.name }} {{/if}} {{/if}}
{{!-- Effect Status --}}
{{#if @root.editable}} {{!-- Editing --}} {{!-- Deleting --}} {{else if toggleable}} {{!-- Toggling --}} {{/if}} {{!-- Context Menu --}}
{{/inline}}