{{localize "SHAPE.label"}}
{{#if editable}} {{#if user.isGM}} {{/if}} {{/if}}
{{#if shapeContext}}
{{localize (concat "SHAPE.TYPES." shapeContext.shape.type ".name")}} {{> (concat "templates/apps/shape-config/" shapeContext.shape.type ".hbs") shapeContext }}
{{else}}
{{#each source.shapes as |shape i|}}
{{localize (concat "SHAPE.TYPES." shape.type ".name")}}
{{#if ../editable}} {{else}} {{/if}}
{{/each}}
{{/if}}