{% load wagtailadmin_tags %}
{% block help_text %} {% if help_text and not hide_help_text %}
{% icon name="help" classname="default" %} {{ help_text }}
{% endif %} {% endblock help_text %}
{% block inner_children %} {% for child in children.values %} {% include "./base_block_field.html" %} {% endfor %} {% endblock inner_children %}