attachments
{{#if canEdit}}
{{ui/ui-spacer size=100}} {{ui/ui-button color=constants.Color.Gray label="Upload" id="upload-document-files"}} {{ui/ui-spacer size=100}}
{{/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}}