{{#if (eq this.mode "show")}}

{{this.model.id}}

{{else}}

{{capitalize this.mode}} {{singularize this.itemType}} {{#if (eq this.mode "edit")}} {{this.model.id}} {{/if}}

{{/if}}
{{#if (eq this.mode "show")}} Delete {{this.itemType}}
Edit {{singularize this.itemType}}
{{/if}} {{#if (eq this.mode "show")}} {{else}}
{{#if (eq this.mode "create")}} Cancel {{else}} Cancel {{/if}}
{{/if}}