% item_label = format_label(@pagy.count, "logs") %> <% title = format_title(@searched, "Logs", current_user, item_label, @pagy.count, nil) %> <% content_for :title, title %> <% if current_page?(controller: 'lettings_logs', action: 'index') %> <% if @unresolved_count > 0 %> <%= govuk_notification_banner( title_text: "Important", title_heading_level: 3, title_id: "impacted-logs-banner", ) do |notification_banner| %> <% notification_banner.heading(text: "A scheme has changed and it has affected #{@unresolved_count} #{'log'.pluralize(@unresolved_count)}") %>
<% end %> <% end %> <% end %> <% if @bulk_upload.blank? %> <%= render partial: "organisations/headings", locals: current_user.support? ? { main: "#{log_type_for_controller(controller).capitalize} logs", sub: nil } : { main: "#{log_type_for_controller(controller).capitalize} logs", sub: current_user.organisation.name } %> <% else %> <%= render partial: "organisations/headings", locals: { main: "You need to fix #{pluralize(@pagy.count, 'log')} from your bulk upload", sub: "#{log_type_for_controller(controller).capitalize} logs (#{@bulk_upload.year_combo})", } %>The following logs are from your recent bulk upload. They have some incorrect or incomplete data. You’ll need to answer a few more questions for each one to mark them as complete.
Bulk Upload details:
File: <%= @bulk_upload.filename %>
Uploaded on <%= @bulk_upload.created_at.to_fs(:govuk_date_and_time) %>