<p class="govuk-body">The following groups of cells might have conflicting data. Check the answers and fix any incorrect data.<br><br>If the answers are correct, fix the critical errors and reupload the file. You'll need to confirm that the following data is correct when the file only contains potential errors.</p>
[OpenStruct.new(id:"",name:"Select an option",hint:"")]+user_options.map{|user_option|OpenStruct.new(id:user_option.id,name:user_option.name,hint:user_option.email)}
<h1 class="govuk-heading-l">Fix <%= pluralize(@bulk_upload.bulk_upload_errors.count, "error") %> and upload file again</h1>
<p class="govuk-body-l">
We could not create logs from your bulk upload. Below is 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.
We could not create logs from your bulk upload because of the following errors. 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.
<h1 class="govuk-heading-l">Fix <%= pluralize(@bulk_upload.bulk_upload_errors.count, "error") %> and upload file again</h1>
<p class="govuk-body-l">
We could not create logs from your bulk upload. Below is a list of everything that you need to fix your spreadsheet. You can download the <%= govuk_link_to "specification", Forms::BulkUploadSales::PrepareYourFile.new(year: @bulk_upload.year).specification_path, target: "_blank" %> to help you fix the cells in your CSV file.
We could not create logs from your bulk upload because of the following errors. Download the <%= govuk_link_to "specification", Forms::BulkUploadSales::PrepareYourFile.new(year: @bulk_upload.year).specification_path, target: "_blank" %> to help you fix the cells in your CSV file.
<%= govuk_details(summary_text: "Can’t find your scheme?") do %>
<p class="govuk-body">Schemes are attached to the organisation that owns the property. Check you have correctly answered question 1 "Which organisation owns this property?"</p>
<p class="govuk-body">If your organisation’s schemes were migrated from old CORE, they may have new names and codes. Search by postcode to find your scheme.</p>
<p class="govuk-body"><%= govuk_link_to("View your organisation’s schemes", schemes_path) %></p>
<p class="govuk-body"><%= govuk_link_to("View your organisation’s schemes", clear_filters_url(filter_type: "schemes")) %></p>
<p class="govuk-body"><%= govuk_link_to("Read more about how schemes have changed", scheme_changes_path) %></p>
under_10:"Enter a total charge that is at least £10.00 per week"
less_than_shortfall:"The total charge must be more than the outstanding amount"
rent_period:
invalid_for_org:"%{org_name} does not use %{rent_period} as a rent period. Choose another rent period, or a data coordinator can add rent periods to your organisation"
invalid_for_org:
period:"%{org_name} does not use %{rent_period} as a rent period. Choose another rent period, or a data coordinator can add rent periods to your organisation"
managing_org:"%{org_name} does not use %{rent_period} as a rent period. Set another rent period on this log, or a data coordinator can add rent periods to this organisation"
carehome:
out_of_range:"Household rent and other charges must be between %{min_chcharge} and %{max_chcharge} if paying %{period}"
not_provided:"Enter how much rent and other charges the household pays %{period}"
@ -587,13 +589,13 @@ en:
declaration:
missing:
pre_2024:"You must show the MHCLG privacy notice to the tenant before you can submit this log."
post_2024:"You must show or give access to the MHCLG privacy notice to the tenant before you can submit this log."
pre_2024:"You must show the MHCLG privacy notice to the tenant before you can submit this log"
post_2024:"You must show or give the tenant access to the MHCLG privacy notice before you can submit this log"
privacynotice:
missing:
pre_2024:"You must show the MHCLG privacy notice to the %{buyer_or_buyers} before you can submit this log."
post_2024:"You must show or give access to the MHCLG privacy notice to the %{buyer_or_buyers} before you can submit this log."
pre_2024:"You must show the MHCLG privacy notice to the %{buyer_or_buyers} before you can submit this log"
post_2024:"You must show or give the %{buyer_or_buyers} access to the MHCLG privacy notice before you can submit this log"
@ -63,7 +63,7 @@ RSpec.describe Form::Lettings::Questions::Declaration, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the tenant before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the tenant before you can submit this log")
end
end
@ -87,7 +87,7 @@ RSpec.describe Form::Lettings::Questions::Declaration, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show or give access to the MHCLG privacy notice to the tenant before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show or give the tenant access to the MHCLG privacy notice before you can submit this log")
@ -60,7 +60,7 @@ RSpec.describe Form::Sales::Questions::PrivacyNotice, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the buyer before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the buyer before you can submit this log")
end
end
@ -78,7 +78,7 @@ RSpec.describe Form::Sales::Questions::PrivacyNotice, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the buyers before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show the MHCLG privacy notice to the buyers before you can submit this log")
end
end
end
@ -100,7 +100,7 @@ RSpec.describe Form::Sales::Questions::PrivacyNotice, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show or give access to the MHCLG privacy notice to the buyer before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show or give the buyer access to the MHCLG privacy notice before you can submit this log")
end
end
@ -118,7 +118,7 @@ RSpec.describe Form::Sales::Questions::PrivacyNotice, type: :model do
end
it"returns correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("You must show or give access to the MHCLG privacy notice to the buyers before you can submit this log.")
expect(question.unanswered_error_message).toeq("You must show or give the buyers access to the MHCLG privacy notice before you can submit this log")