{{ page_title }}
{% if submission.is_submitted %} {# if certification wasn't required then show who submitted directly #} {% set submitter = submission.sent_for_certification_by or submission.submitted_by %} {% if submission.certified_by %} {% endif %} {% elif submission.is_awaiting_sign_off %} {% else %} {# we should only show this page for a non-submitted collection if it is locked #} {# and we're showing the users incomplete answers #} {{ govukInsetText({"text": "You cannot edit or submit this " ~ constants.singular ~ "."} ) }} {% endif %} {{ submission_answers(submission, should_show_answers_diff=submission.in_answers_locked_state) }} {% if should_certify %}Sign off and submit {{ constants.singular }}
Sign off and submit the {{ constants.singular }} to the {{ submission.collection.grant.organisation.name }} by {{ format_date_short(submission.collection.submission_period_end_date) if submission.collection.submission_period_end_date else "(Dates to be confirmed)" }}.
If you need to decline the {{ constants.singular }}, provide a reason so {{ submission.sent_for_certification_by.name }} can update and resubmit the {{ constants.singular }}.
{% endif %}