{% if grant %} {% extends "deliver_grant_funding/grant_base.html" %} {% set active_item_identifier = "details" %} {% else %} {% extends "deliver_grant_funding/base.html" %} {% set active_item_identifier = "grants" %} {% endif %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% set page_title = "Who is the main contact for this grant?" %} {% block beforeContent %} {% if not grant %} {{ govukBackLink({ "text": "Back", "href": back_link_href }) }} {% endif %} {% endblock beforeContent %} {% block content %}
This is the person that teams at MHCLG can contact if they have any questions about the grant.