You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/app/views/submitter_mailer/voided_email.html.erb

8 lines
383 B

<p><%= t('hi_there') %>,</p>
<p><%= t('name_has_been_voided_with_reason_html', name: @submission.name || @submission.template.name, sender: @user&.full_name.presence || @user&.email || @current_account.name) %></p>
<% if @reason.present? %>
<p><strong><%= t('reason') %>:</strong></p>
<%= simple_format(h(@reason)) %>
<% end %>
<p><%= t('voided_email_no_action_required') %></p>