{{#if (eq tag.system.subtype "story")}}
{{/if}}
{{#if (eq tag.system.subtype "power")}}
{{/if}}
{{#if (eq tag.system.subtype "weakness")}}
{{/if}}
{{#if (eq tag.system.subtype "loadout")}}
{{/if}}
{{#if tag.system.crispy }}
{{/if}}
{{#if (and tag.system.custom_tag (neq tag.system.subtype "loadout")) }}
{{/if}}
{{#if tag.system.broad }}
{{/if}}
{{#if tag.system.temporary }}
{{/if}}
{{#if tag.system.permanent }}
{{/if}}
{{tag.name}}
{{#if tag.location}}
( {{tag.parent.displayedName}} )
{{/if}}