{% extends "deliver_grant_funding/grant_base.html" %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% set type_constants = collection_type.constants %} {% set page_title = type_constants.plural | uppercase_first %} {% set active_item_identifier = type_constants.active_nav %} {% block beforeContent %} {{ govukBackLink({ "text": "Back", "href": url_for("deliver_grant_funding.choose_collection_creation_method", grant_id=grant.id, collection_type=collection_type), }) }} {% endblock %} {% block content %}