<% content_for(:html_title, "#{@template.name} | DocuSeal") %> <% I18n.with_locale(@template.account.locale) do %> <% content_for(:html_description, t('account_name_has_invited_you_to_fill_and_sign_documents_online_effortlessly_with_a_secure_fast_and_user_friendly_digital_document_signing_solution', account_name: @template.account.name)) %> <% end %>
<%= render 'start_form/banner' %>
<%= svg_icon('writing_sign', class: 'w-10 h-10') %>

<%= @template.name %>

<%= t('invited_by_html', name: @template.account.name) %>

<%= svg_icon('info_circle', class: 'stroke-current shrink-0 h-6 w-6 mt-1') %>
<%= @error_message %>
<%= link_to t('back'), @resubmit_submitter ? submit_form_path(@resubmit_submitter.slug) : start_form_path(@template.slug, @submitter.slice(:name, :email, :phone).compact_blank), class: 'base-button' %>