{% extends "access_grant_funding/base.html" %} {% from "govuk_frontend_jinja/components/inset-text/macro.html" import govukInsetText %} {% set page_title = "Check your email" %} {% block content %}

Check your email

We have sent an email to {{ email }}.

{{ govukInsetText(params={"text": "The link will work once and stop working after 15 minutes."}) }}

If you do not receive the email

The email may take a few minutes to arrive.

Check your spam or junk folders – if it still has not arrived, request a new link.

{% endblock content %}