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

{{#if selectedReaction}}

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

{{#if activeTrigger}}
{{activeTrigger.label}} {{selectedReaction.trigger.type}}
{{else}}

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

{{/if}}

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

{{#if visualActions.length}}
    {{#each visualActions}}
  1. {{this.label}} {{this.summary}} {{this.type}}
  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}}