{% 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 = grant.name %} {% block beforeContent %} {% if not grant.id %} {{ govukBackLink({ "text": "Back", "href": back_link_href }) }} {% endif %} {% endblock beforeContent %} {% block content %}
This should clearly identify the grant and will usually be an initialism of the grant name. The code must be unique for every grant in Deliver grant funding.