{{#if (and this.showFoxieFlag this.isFoxieActive)}}
{{component this.imageSource}} {{#if (eq this.currentImageState "active")}}
{{/if}}
{{#if this.isExpanded}}
{{#if this.currentTriggeredAction}} {{component this.currentTriggeredAction.init.name options=this.currentTriggeredAction.init.options}} {{else}} {{/if}}
{{else}} {{/if}}
{{/if}}