Existing templates

{{#if (hasPermission currentUser 'templates.create')}} Create template {{/if}}
{{#if templates.length}} {{#each templates}} {{/each}} {{else}} {{/if}}
Name Canvas Regions Actions
{{name}} {{canvas_size_width}}x{{canvas_size_height}} {{regionCount}} {{#if (anyPermission ../currentUser 'templates.update' 'templates.delete')}}
{{#if (hasPermission ../currentUser 'templates.update')}} Edit {{/if}} {{#if (hasPermission ../currentUser 'templates.delete')}}
{{/if}}
{{else}} - {{/if}}
No templates yet.
{{> table-pagination pagination=pagination basePath="/templates"}}