Themes
{{#if (eq actor.system.locked false)}}
{{#if (lt actor.mainThemes.length 3)}}
{{/if}}
{{/if}}
{{#each actor.mainThemes as |item i|}}
{{> "systems/city-of-mist/templates/parts/theme-display.html" owner=../actor theme=item locked=../actor.system.locked sheetowner=../actor themetype="crew" data=item.system themebook=item.themebook tbdata=item.themebook.system cardNum=i}}
{{/each}}