There are no Submissions
        Send an invitation to fill and complete the form
        
          <%= 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 %>
          <%= 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') %>
            Submit it Yourself
          <% end %>