{{> icons }} {{> character-header }} {{#each data.categories as |quests category|}}

{{category}}

In Progress

{{#each quests}} {{#if (eq this.status "In Progress")}} {{/if}} {{/each}}
Quest Level Status
{{this.title}} {{this.questLevel}} {{this.status}}

Completed

{{#each quests}} {{#if (eq this.status "Completed")}} {{/if}} {{/each}}
Quest Level Status
{{this.title}} {{this.questLevel}} {{this.status}}
{{/each}}