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

{{else}}

{{/if}} {{category}}

{{#if (hasInProgressQuests quests)}}
{{else}}
{{/if}}

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}}