{{> icons }} {{> character-header }}

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

{{#each (getActiveQuests data.categories)}} {{/each}}
Quest Area (Level) {{data.char1.name}} {{data.char2.name}}
{{this.title}} {{this.category}} ({{this.questLevel}}) {{this.char1Status}} {{this.char2Status}}
{{#each data.categories as |quests category|}}

{{@key}} {{#with (getDiffCount this)}} {{#if this}} ({{this}} different) {{/if}} {{/with}}

{{#each this}} {{/each}}
Quest Level {{../data.char1.name}} {{../data.char2.name}}
{{this.title}} {{this.questLevel}} {{this.char1Status}} {{this.char2Status}}
{{/each}}