% content_for :before_content do %> <%= govuk_back_link href: @form.back_path %> <% end %>
There are <%= pluralize(@bulk_upload.logs.count, "log") %> in this bulk upload with <%= pluralize(@bulk_upload.bulk_upload_errors.count, "error") %> that still need to be fixed after upload.
<%= govuk_warning_text(icon_fallback_text: "Danger") do %> You can not delete logs once you create them <% end %> <%= form_with model: @form, scope: :form, url: page_bulk_upload_sales_resume_path(@bulk_upload, page: "confirm"), method: :patch do |f| %> <%= f.govuk_submit %> <%= govuk_button_link_to "Cancel", @form.back_path, secondary: true %> <% end %>