{{localize "CONFIGURABLE_REACTIONS.App.Title"}}

{{#if selectedReaction}}

{{localize "CONFIGURABLE_REACTIONS.Builder.TriggerArea"}}

{{#if activeTrigger}}
{{activeTrigger.label}} {{selectedReaction.trigger.type}} {{#if triggerSpellName}} {{triggerSpellName}} {{else}} {{#if activeTriggerAcceptsSpell}} {{localize "CONFIGURABLE_REACTIONS.Builder.DropSpellOnTrigger"}} {{/if}} {{/if}}
{{#if triggerSpellName}} {{/if}}
{{else}}

{{localize "CONFIGURABLE_REACTIONS.Builder.DropTriggerHere"}}

{{/if}}

{{localize "CONFIGURABLE_REACTIONS.Builder.ActionArea"}}

{{localize "CONFIGURABLE_REACTIONS.Builder.DropSpellCreatesAction"}}

{{#if visualActions.length}}
    {{#each visualActions}}
  1. {{this.label}} {{this.summary}} {{this.type}} {{#if this.isSpellAction}} {{#if this.spellName}} {{this.spellName}} {{else}} {{localize "CONFIGURABLE_REACTIONS.Builder.DropSpellOnAction"}} {{/if}} {{/if}}
    {{#if this.spellName}} {{/if}}
  2. {{/each}}
{{else}}

{{localize "CONFIGURABLE_REACTIONS.Builder.DropActionHere"}}

{{/if}}

{{localize "CONFIGURABLE_REACTIONS.Reactions.JsonPreview"}}

ID: {{selectedReaction.id}}

{{localize "CONFIGURABLE_REACTIONS.Trigger.Label"}}: {{selectedReaction.trigger.type}}

{{localize "CONFIGURABLE_REACTIONS.Actions.Title"}}: {{selectedReaction.actions.length}}

{{else}}

{{localize "CONFIGURABLE_REACTIONS.Reactions.None"}}

{{/if}}