{{#if hasAttachments}} {{else}}

No attachments found

{{/if}} {{#if canEdit}}
Upload
{{/if}}
{{#ui/ui-dialog title="Delete Attachment" confirmCaption="Delete" buttonType="btn-danger" show=showDialog onAction=(action 'onDelete')}}

Are you sure you want to delete {{deleteAttachment.name}}?

{{/ui/ui-dialog}}