{{!-- --}} {{model.name}} {{#if show}} {{#modal-dialog title=model.name no-cancel=true submit-text='OK' submit=(action 'close') on-close=(action 'close') close-to-parent=false}}

{{content}}


{{model.note}}


{{#with (customer-application-images model.images model.imageTitles) as |images|}} {{#each images as |image index|}}
{{#if image.title}}
{{image.title}}
{{/if}} {{image-previews class="col-xs-12" image-height=null image-style=(if (is-screen '
{{/each}} {{/with}}
{{#with (customer-application-images model.attachments model.attachmentTitles) as |attachments|}} {{#if attachments.length}}
{{#each attachments as |attachment index|}} {{/each}}
{{/if}} {{/with}}
{{/modal-dialog}} {{/if}}