{% extends "deliver_grant_funding/grant_base.html" %} {% from "govuk_frontend_jinja/components/summary-list/macro.html" import govukSummaryList %} {% from "govuk_frontend_jinja/components/notification-banner/macro.html" import govukNotificationBanner %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% set type_constants = collection.type.constants %} {% set page_title = type_constants.singular | uppercase_first ~ " settings - " ~ collection.name %} {% set active_item_identifier = type_constants.active_nav %} {% set can_edit = authorisation_helper.can_edit_collection(current_user, collection.id) %} {% block beforeContent %} {{ govukBackLink({ "text": "Back", "href": url_for(type_constants.list_endpoint, grant_id=grant.id), }) }} {% endblock beforeContent %} {% block content %}
Are you sure you want to delete "{{ collection.name }}"?
{% endset %} {{ govukNotificationBanner(params={"role": "alert", "titleText": "Important", "html": banner_html}) }} {% endif %} {{ collection.name }}Contact the Platform team to set up submission names
{% endif %} {% endset %} {% do rows.append({ "key": {"text": "Question for submission name"}, "value": {"html": submission_name_value_html}, "actions": { "items": [{ "href": url_for("deliver_grant_funding.collection_multiple_submissions_settings", grant_id=grant.id, collection_type=collection.type, collection_id=collection.id), "classes": "govuk-link--no-visited-state", "text": "Change", "visuallyHiddenText": "multiple submissions name" }] } if can_edit else {} }) %} {% if not collection.multiple_submissions_are_managed_by_service %} {% do rows.append({ "key": {"text": "Guidance for multiple submissions (optional)"}, "value": {"html": collection.submission_guidance | replace("\n", "