{% 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 %}