<%= render 'shared/logo', width: "50px", height: "50px"%>

DocuSeal

You have been invited to submit the document

<%= @template.name %>

Invited by <%= @template.account.name %>

<%= form_for @submitter, url: start_form_path(@template.slug), data: { turbo_frame: :_top }, method: :put, html: { class: 'space-y-4' } do |f| %>
<%= f.label :email, class: 'label' %> <%= f.email_field :email, required: true, class: 'base-input', placeholder: 'Provide your email to start' %>
<%= f.button button_title(title: 'Confirm', disabled_with: 'Processing'), class: 'base-button' %>
<% end %>