{% extends "group/base_form_page.html" %} {% set label = h.humanize_entity_type('group', group_type, 'create title') or _('Create a Group') %} {% block subtitle -%} {{ ui.subtitle_item(label) }} {{- super() }} {%- endblock %} {% block page_heading %}{{ label }}{% endblock %} {% block breadcrumb_content_inner -%} {{ ui.breadcrumb(label, href=h.url_for(group_type~'.new'), active=true) }} {%- endblock %} {% block page_header %}{% endblock %} {% block secondary_content %} {% snippet "group/snippets/helper.html", group_type=group_type %} {% endblock %}