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

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

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