{% extends "access_grant_funding/base.html" %} {% from "govuk_frontend_jinja/components/table/macro.html" import govukTable %} {% from "common/macros/status.html" import submissionStatusTag with context %} {% from "common/macros/status.html" import multiSubmissionStatusTag with context %} {% from "govuk_frontend_jinja/components/notification-banner/macro.html" import govukNotificationBanner %} {% set page_title = "Forms" %} {% set active_item_identifier = "pre_award" %} {% block content %}
{{ flashes[0]["collection_name"] }} {{ flashes[0]["collection_type_singular"] }} for {{ flashes[0]["grant_name"] }} sign off declined and sent back to {{ flashes[0]["sent_for_certification_by"] }}. View {{ flashes[0]["collection_type_singular"] }}
{% endset %} {{ govukNotificationBanner({ "html": submission_declined_html, "type":"success", "titleText": "Confirmed" }) }} {% endif %} {% endwith %}View and complete forms relating to grant funding. These may include forms to apply for, express interest for, or accept grant funding.
View and complete monitoring reports if you have been successful for grant funding.
There are no reports for this grant.
{% else %} {{ collections_table(monitoring_reports, enum.collection_type_enum.MONITORING_REPORT) }} {% endif %}