%= render 'templates/title', template: @template %>
<%= link_to template_path(@template) do %>
←
Back to Active
<% end %>
Submissions Archived
<%= link_to new_template_submissions_export_path(@template), class: 'order-3 md:order-1 btn btn-ghost text-base', data: { turbo_frame: 'modal' } do %>
<%= svg_icon('download', class: 'w-6 h-6 stroke-2') %>
Export
<% end %>
<%= render partial: 'templates/submission', collection: @submissions %>
<%= render 'shared/pagination', pagy: @pagy, items_name: 'submissions' %>