{{#unless @isV2}} {{#if this.canDelete}} Delete {{/if}} {{else}} {{#if (and this.canUndeleteVersion @modelForData.deleted)}} {{/if}} {{#if (and (not @modelForData.deleted) (not @modelForData.destroyed)) }} {{#if (or this.canDestroyVersion this.canDestroyAllVersions)}}
{{else}} {{#if (or this.canDeleteAnyVersion (and this.isLatestVersion this.canDelete))}} Delete {{/if}} {{/if}} {{/if}} {{/unless}}