{% 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 %}
Use sections to group related questions together. This helps the person completing the form to focus on one topic or ‘section’ at a time.