{% extends "admin/master.html" %} {% import 'admin/layout.html' as layout with context %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% from 'govuk_frontend_jinja/components/error-summary/macro.html' import govukErrorSummary %} {% from 'govuk_frontend_jinja/components/inset-text/macro.html' import govukInsetText %} {% block beforeContent %} {{ govukBackLink({"text": "Back", "href": url_for('collection_lifecycle.tasklist', grant_id=grant.id, collection_id=collection.id) }) }} {% endblock %} {% block action_panel %}
Opening the {{ collection.type.constants.singular }} will allow grant recipients to start making submissions.
{{ govukInsetText({ "text": "Once the " + collection.type.constants.singular + " is live, grant recipients will be able to access it and begin submitting their data." }) }}Confirm the following before opening the {{ collection.type.constants.singular }} for submissions: