{% extends "deliver_grant_funding/base.html" %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% set page_title = "You need to have a GGIS reference number before you can add this grant" %} {% set active_item_identifier = "grants" %} {% block beforeContent %} {{ govukBackLink({ "text": "Back", "href": back_link_href, }) }} {% endblock %} {% block content %}
Set up the grant

You need to have a GGIS reference number before you can add this grant

You‘ll need to complete the Pipeline Grants Scheme Form (opens in new tab) and the Finance Process and Data team will issue your grant with a reference number.

If you've lost your GGIS reference number, contact the team at {{ config.GGIS_TEAM_EMAIL }}.

{% endblock %}