There are no Submissions
        <% if @template.deleted_at.blank? && params[:q].blank? %>
          
Send an invitation to fill and complete the form
          
            <% if can?(:create, Submission) %>
              <%= link_to new_template_submission_path(@template), class: 'base-button mt-6', data: { turbo_frame: 'modal' } do %>
                <%= svg_icon('plus', class: 'w-6 h-6 stroke-2') %>
                Add Recipients
              <% end %>
            <% end %>
            <%= link_to start_form_url(slug: @template.slug), class: 'white-button mt-6', target: '_blank', rel: 'noopener' do %>
              <%= svg_icon('writing', class: 'w-6 h-6') %>
              Sign it Yourself
            <% end %>
          <% end %>