{{> icons }} {{> character-header }}
Compare with:
Select a character...
{{#each data.otherCharacters}}
{{this.name}} ({{this.realmName}})
{{/each}}
Compare Quests
{{#each data.categories as |quests category|}}
{{#if (hasInProgressQuests quests)}}
{{else}}
{{/if}} {{category}}
▼
{{#if (hasInProgressQuests quests)}}
{{else}}
{{/if}}
In Progress
▼
Quest
Level
Status
{{#each quests}} {{#if (eq this.status "In Progress")}}
{{this.title}}
{{this.questLevel}}
{{this.status}}
{{/if}} {{/each}}
Completed
▼
Quest
Level
Status
{{#each quests}} {{#if (eq this.status "Completed")}}
{{this.title}}
{{this.questLevel}}
{{this.status}}
{{/if}} {{/each}}
{{/each}}