{{> icons }} {{> character-header }}
Compare with:
Select a character...
{{#each data.otherCharacters}}
{{this.name}}
{{/each}}
Compare Quests
Quest Comparison
{{#if (eq data.char2.realm data.char1.realm)}} {{data.char1.name}} {{else}} {{data.char1.realm}}/{{data.char1.name}} {{/if}}
vs
{{#if (eq data.char2.realm data.char1.realm)}} {{data.char2.name}} {{else}} {{data.char2.realm}}/{{data.char2.name}} {{/if}}
{{! Add this section before the categories loop }}
Active Quests
▼
Quest
Area (Level)
{{data.char1.name}}
{{data.char2.name}}
{{#each (getActiveQuests data.categories)}}
{{this.title}}
{{this.category}} ({{this.questLevel}})
{{this.char1Status}}
{{this.char2Status}}
{{/each}}
{{#each data.categories as |quests category|}}
{{@key}} {{#with (getDiffCount this)}} {{#if this}}
({{this}} different)
{{/if}} {{/with}}
▼
Quest
Level
{{../data.char1.name}}
{{../data.char2.name}}
{{#each this}}
{{this.title}}
{{this.questLevel}}
{{this.char1Status}}
{{this.char2Status}}
{{/each}}
{{/each}}