{{> "systems/city-of-mist/templates/parts/gmmove-part.hbs" actor=sheetowner move=move showPrivate=true}}
{{#each move.submoves as |submove|}}
{{#if (and (eq ../locked false) (eq ../sheetowner submove.actor))}}
{{/if}}
{{> "systems/city-of-mist/templates/parts/gmmove-part.hbs" actor=../sheetowner move=submove showPrivate=true}}
{{/each}}
{{#if (noteq sheetowner move.actor)}}
Inherited from {{move.actor.displayedName}}
{{/if}}