{{#each objectives}} {{#if (or ../isGM this.visible)}}
  • {{#if ../isGM}} {{else}} {{#if this.completed}}{{else}}{{#if this.failed}}{{else}}{{/if}}{{/if}} {{/if}} {{{this.enrichedText}}} {{#if this.objectives.length}} {{/if}}
  • {{/if}} {{/each}}