attachments
{{#if canEdit}}
{{ui/ui-button color=constants.Color.Gray label="Upload" id="upload-document-files"}}
{{/if}} {{#if hasAttachments}}
{{else}}

No attachments

{{/if}} {{#ui/ui-dialog title="Delete Attachment" confirmCaption="Delete" buttonColor=constants.Color.Red show=showDialog onAction=(action "onDelete")}}

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

{{/ui/ui-dialog}}