Upload lettings logs in bulk (<%= @bulk_upload.year_combo %>)
    We found <%= pluralize(@bulk_upload.bulk_upload_errors.count, "error") %> in your file
    
      Here’s a list of everything that you need to fix your spreadsheet. You can download the <%= govuk_link_to "specification", Forms::BulkUploadLettings::PrepareYourFile.new(year: @bulk_upload.year).specification_path, target: "_blank" %> to help you fix the cells in your CSV file.
    
    File name: <%= @bulk_upload.filename %>
    <% if current_user.support? %>
      
        <%= govuk_link_to "Download file", download_lettings_bulk_upload_path(@bulk_upload) %>
      
    <% end %>