<%= button_to template_submissions_export_index_path(@template), params: { format: :xlsx, **filter_params }, method: :get, data: { turbo_frame: :_top } do %>
      
        
          <%= svg_icon('download', class: 'w-12 h-12 stroke-2 mr-2') %>
        
        
          <%= svg_icon('loader', class: 'w-12 h-12 stroke-2 mr-2 animate-spin') %>
        
        
          XLSX
          <%= t('primarily_opened_with_microsoft_excel_other_options_include_google_sheets_libreoffice_calc_and_openoffice_calc') %>
         
       
    <% end %>
    <%= button_to template_submissions_export_index_path(@template), params: { format: :csv, **filter_params }, method: :get, data: { turbo_frame: :_top } do %>
      
        
          <%= svg_icon('download', class: 'w-12 h-12 stroke-2 mr-2') %>
        
        
          <%= svg_icon('loader', class: 'w-12 h-12 stroke-2 mr-2 animate-spin') %>
        
        
          CSV
          <%= t('can_be_opened_with_microsoft_excel_google_sheets_or_any_text_editor_like_notepad') %>