{{#if (eq this.mode "create")}} Create transformation {{else if (eq this.mode "edit")}} Edit transformation {{else}} Transformation {{this.model.id}} {{/if}}

{{#if (eq this.mode "show")}} {{#if this.capabilities.canDelete}} {{#if (gt this.model.allowed_roles.length 0)}}
This transformation is in use by a role and can’t be deleted.
{{else}} {{/if}}
{{/if}} {{#if this.capabilities.canUpdate}} {{#if (gt this.model.allowed_roles.length 0)}} {{else}} Edit transformation {{/if}} {{/if}}
{{/if}} {{#if (eq this.mode "edit")}} {{else if (eq this.mode "create")}} {{else}} {{/if}}

Deleting the {{this.model.name}} transformation means that the underlying keys are lost and the data encoded by the transformation are unrecoverable and cannot be decoded.