{% extends "access_grant_funding/base.html" %} {% from "govuk_frontend_jinja/components/notification-banner/macro.html" import govukNotificationBanner %} {% set page_title = "Access grant funding" %} {% block content %}
{% if link_expired %} {{ govukNotificationBanner(params={"titleText": "Link expired", "text": "Your link has expired. Request a new link to sign in."}) }} {% endif %}

Access grant funding

A service for grant recipients of central government funding to view, sign off and submit reports.

If you do not have access, you can request access using the support desk (opens in new tab).

{{ form.csrf_token }} {{ form.email_address(params={"type": "email", "autocomplete": "email", "spellcheck": false, "classes": "govuk-input--width-20" }) }} {{ form.submit }}
{% endblock content %}