{% extends "wagtailadmin/block_forms/base_block.html" %} {% load wagtailadmin_tags globlocks.admin %} {% comment %} {% block help_text %}{% endblock %} {% endcomment %} {% block inner_children %} {% fragment as form_fields %} {% for feature in block_definition.features %} {% get_from_mapping children feature as field %} {% include "wagtailadmin/block_forms/field.html" with child=field hide_label=True %} {% endfor %} {% endfragment %} {% if block_definition.meta.stacked %} {% else %} {% include "wagtailadmin/block_forms/base_block_field.html" with col_size=12 col_xs=12 col_sm=12 col_md=12 col_lg=6 col_xl=7 child=children.text hide_label=False %} {% endif %} {% endblock %}