{% extends "deliver_grant_funding/grant_base.html" %} {% from "deliver_grant_funding/macros/deliver_grant_funding_collection_breadcrumb.html" import deliver_grant_funding_collection_breadcrumb %} {% set page_title = "Change section name" %} {% set type_constants = db_form.collection.type.constants %} {% set active_item_identifier = type_constants.active_nav %} {% block beforeContent %} {{ deliver_grant_funding_collection_breadcrumb(grant=grant, collection=db_form.collection, form=db_form, this_page_breadcrumb_item={"text":"Section name"}) }} {% endblock beforeContent %} {% block content %}
{{ grant.name }}

What is the name of the section?

Use sections to group related questions together. This helps the person completing the form to focus on one topic or ‘section’ at a time.

{{ form.csrf_token }} {{ form.title(params={"label": {"classes": "govuk-visually-hidden"} }) }}
{{ form.submit(params={"text": "Update section name"}) }} Cancel
{% endblock content %}