mirror of https://github.com/docusealco/docuseal
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.
17 lines
725 B
17 lines
725 B
<% email_attr_account = @current_account || @submitter&.account || @submission&.account %>
|
|
<p>
|
|
---
|
|
</p>
|
|
<p>
|
|
<% if @current_account&.testing? %>
|
|
<%= t('sent_using_product_name_in_testing_mode_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/start", product_name: Docuseal.product_name) %>
|
|
<% else %>
|
|
<%= t('sent_using_product_name_free_document_signing_html', product_url: "#{Docuseal::PRODUCT_EMAIL_URL}/start", product_name: Docuseal.product_name) %>
|
|
<% end %>
|
|
</p>
|
|
<% if Docuseal.personalized?(email_attr_account) %>
|
|
<p style="font-size: 11px; color: #9ca3af;">
|
|
<%= t('powered_by') %> <a href="<%= Docuseal::PRODUCT_URL %>" style="color: #9ca3af;"><%= Docuseal.product_name %></a>
|
|
</p>
|
|
<% end %>
|