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

{{content}}


{{#with (customer-application-images file-base-path model.id model.images model.imageTitles) as |images|}} {{#each images as |image index|}} {{image-previews cover-title=true image-height=192 image-style='border-radius: 2%; border: 1px solid #DCDCDC; max-width: 480px;' previews=images index=index}} {{/each}} {{/with}}
{{/modal-dialog}} {{/if}}