Quest Links
{{#if (or isGM quest.questGiver)}}
Quest Giver
{{#if quest.questGiver}}
{{quest.questGiver.name}}
{{#if isGM}}{{/if}}
{{/if}}
{{#if isGM}}{{#unless quest.questGiver}}
{{ccLocalize "quest.dropQuestGiver"}}
{{/unless}}{{/if}}
{{/if}}
{{#if (or isGM quest.relatedDocs.length)}}
Related Sheets
{{#each quest.relatedDocs}}
{{this.name}}
{{#if ../isGM}}{{/if}}
{{/each}}
{{#if isGM}}{{#unless quest.relatedDocs}}
{{ccLocalize "quest.dropRelated"}}
{{/unless}}{{/if}}
{{/if}}
{{#if isGM}}
Depends On
{{#each quest.dependencyItems}}
{{this.title}}
{{/each}}
{{#unless quest.dependencyItems}}
{{ccLocalize "quest.dropDependency"}}
{{/unless}}
Unlocks
{{#each quest.unlockItems}}
{{this.title}}
{{/each}}
{{#unless quest.unlockItems}}
{{ccLocalize "quest.dropUnlock"}}
{{/unless}}
{{ccLocalize "quest.macros"}}
{{#each quest.macroItems}}
{{this.name}}
{{/each}}
{{#unless quest.macroItems}}
{{ccLocalize "quest.dropMacro"}}
{{/unless}}
{{/if}}
{{#if (or isGM quest.hasVisibleObjectives)}}