<p class="govuk-body">This log has not been started.</p>
<% elsif @lettings_log.status == "completed" %>
<% elsif @log.status == "completed" %>
<p class="govuk-body">
<%= status_tag(@lettings_log.status) %>
<%= status_tag(@log.status) %>
</p>
<p class="govuk-body">
You can <%= govuk_link_to "review and make changes to this log", "/logs/#{@lettings_log.id}/review" %> until 2nd June <%= @lettings_log.collection_start_year.present? ? @lettings_log.collection_start_year + 1 : "" %>.
You can <%= govuk_link_to "review and make changes to this log", "/logs/#{@log.id}/review" %> until 2nd June <%= @log.collection_start_year.present? ? @log.collection_start_year + 1 : "" %>.