{% extends "access_grant_funding/base.html" %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% set constants = collection.type.constants %} {% set page_title = "Sorry, the " + constants.singular + " is unavailable" %} {% block beforeContent %} {{ govukBackLink({ "href": url_for("access_grant_funding.list_collections", organisation_id=grant_recipient.organisation.id, grant_id=grant_recipient.grant.id), "text": "Back" }) }} {% endblock beforeContent %} {% block content %}

{{ page_title }}

You cannot access this {{ constants.singular }} right now. You will be able to access it later.

If you need help, contact the support desk (available Monday to Friday, 9am to 5pm, except public holidays).

{% endblock content %}