{{effect.name}}

{{#if effect.appliedBy}}

{{localize "DAGGERHEART.UI.EffectsDisplay.appliedBy" by=effect.appliedBy}}

{{/if}}
{{#if effect.description}}
{{{effect.description}}}
{{else if effect.parent.system.description}}
{{{effect.parent.system.description}}}
{{/if}} {{#if effect.system.duration.type}}
{{localize "EFFECT.DURATION.Label"}}: {{localize (concat "DAGGERHEART.CONFIG.ActiveEffectDuration." effect.system.duration.type )}}
{{/if}} {{#unless effect.isLockedCondition}}

{{localize "DAGGERHEART.UI.EffectsDisplay.removeThing" thing=(localize "DAGGERHEART.GENERAL.Effect.single")}}

{{/unless}}