Upcoming deadlines

<% current_quarter = quarter_for_date(date: Time.zone.now) %> <% if current_quarter.present? %>

<%= current_quarter.cutoff_date.to_formatted_s(:govuk_date) %>: Quarterly cut off date for tenancies and sales starting between <%= current_quarter.quarter_start_date.to_formatted_s(:govuk_date) %> and <%= current_quarter.quarter_end_date.to_formatted_s(:govuk_date) %>.

<% end %> <% current_lettings_form = FormHandler.instance.in_crossover_period? ? FormHandler.instance.previous_lettings_form : FormHandler.instance.current_lettings_form %>

<%= current_lettings_form.submission_deadline.to_formatted_s(:govuk_date) %>: Deadline to submit logs for tenancies starting between <%= collection_start_date(Time.zone.now).to_formatted_s(:govuk_date) %> to <%= collection_end_date(Time.zone.now).to_formatted_s(:govuk_date) %>

<%= govuk_details(summary_text: "Quarterly cut-off dates for 2024 to 2025") do %> <% end %>