{{themebook.displayedName}}
{{#if (ne themetype "character")}}
{{/if}}
{{#if (eq locked false)}}
{{#if (eq themebook.type "themekit")}}
{{/if}}
{{/if}}
{{#if theme.system.nascent}}
{{localize "CityOfMist.terms.nascent"}}
{{/if}}
{{#each theme.system.attention as |attention rank|}}
{{#if (eq attention 1)}}
{{else}}
{{/if}}
{{/each}}
{{#if (ne locked true)}}
{{/if}}
{{getThemePropertyName "attention" theme}}
{{#if (ne theme.system.unspent_upgrades 0)}} (+{{theme.system.unspent_upgrades}}){{/if}}
{{#each theme.system.crack as |crack rank|}}
{{#if (eq crack 1)}}
{{else}}
{{/if}}
{{/each}}
{{#if (gt theme.system.unspent_upgrades 0)}}
{{/if}}
{{#if (ne locked true)}}
{{/if}}
{{getThemePropertyName "fade" theme}}
{{#if (eq themebook.subtype "Logos")}}
{{theme.motivationName}}
{{/if}}
{{#if (eq themebook.subtype "Mythos")}}
{{theme.motivationName}}
{{/if}}
{{#if (eq themebook.subtype "Mist")}}
{{theme.motivationName}}
{{/if}}
{{#if (or (eq themebook.subtype "Crew") (eq themebook.subtype "Extra"))}}
{{localize 'CityOfMist.terms.mystery' }} / {{localize 'CityOfMist.terms.identity' }}
{{theme.getMotivationName}}
{{/if}}
{{> "systems/city-of-mist/templates/parts/tag-list-display.hbs" itemlist=owner.items owner=owner locked=locked sheetowner=sheetowner canBurn=true subtype="power" themeId=theme.id supertag=""}}
{{> "systems/city-of-mist/templates/parts/tag-list-display.hbs" itemlist=owner.items owner=owner locked=owner.system.locked sheetowner=sheetowner canBurn=true subtype="weakness" themeId=theme.id supertag=""}}
{{#each owner.items as |imp |}}
{{#if (eq imp.type "improvement")}}
{{#if (eq imp.system.theme_id ../theme.id)}}
-
{{> "systems/city-of-mist/templates/parts/improvement-display.html" improvement=imp owner=../owner locked=../locked sheetowner=../sheetowner }}
{{/if}}
{{/if}}
{{/each}}