<%= render 'banner' %>

You have been invited to submit a form

<%= svg_icon('writing_sign', class: 'w-10 h-10') %>

<%= @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, value: current_user&.email, required: true, class: 'base-input', placeholder: 'Provide your email to start' %>
<%= f.button button_title(title: 'Start', disabled_with: 'Starting'), class: 'base-button' %>
<% end %>
<%= render 'shared/attribution' %>