<% content_for :before_content do %> <%= govuk_back_link href: @form.back_path %> <% end %>
Bulk upload for lettings (<%= @bulk_upload.year_combo %>)

Are you sure you want to upload all logs from this bulk upload?

There are <%= pluralize(@bulk_upload.logs.count, "log") %> in this bulk upload, and <%= pluralize(@bulk_upload.bulk_upload_errors.count, "unexpected answer") %> will be marked as correct.

<%= form_with model: @form, scope: :form, url: page_bulk_upload_lettings_soft_validations_check_path(@bulk_upload, page: "confirm"), method: :patch do |f| %> <%= f.govuk_submit %> <%= govuk_button_link_to "Cancel", @form.back_path, secondary: true %> <% end %>