<% if @email_config %> <%= render 'custom_content', content: @email_config.value['body'], submitter: @submitter, sig: @sig %> <% else %>

Hi there,

Please check the copy of your "<%= @submitter.submission.template.name %>" submission in the email attachments.

Alternatively, you can review and download your copy using:

<%= link_to @submitter.template.name, submissions_preview_url(@submitter.submission.slug, { sig: @sig }.compact) %>

Thanks,
<%= @current_account.name %>

<% end %>