{% extends "access_grant_funding/base.html" %} {% from "govuk_frontend_jinja/components/button/macro.html" import govukButton %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% set page_title = "You are eligible to apply" %} {% block head %} {{ super() }} {% endblock head %} {% block beforeContent %} {{ govukBackLink({ "text": "Back", "href": url_for("access_grant_funding.public_sign_up_start_page", grant_slug=grant.slug, collection_slug=collection.slug), }) }} {% endblock %} {% block content %}
Based on your answers, you’re eligible to apply for the {{ grant.name }}
Based on your email, we think you’re applying on behalf of {{ organisation.name }}
If you’re not applying on behalf of {{ organisation.name }}, contact our support desk (opens in new tab) to continue your application.
Monday to Friday 9am to 5pm (except public holidays)