{# cf. https://docs.wagtail.org/en/stable/advanced_topics/customisation/streamfield_blocks.html#custom-editing-interfaces-for-structblock #}
{% if help_text %}
{{ help_text }}
{% endif %} {% for child in children.values %}
{% if child.block.label %} {% endif %} {{ child.render_form }}
{% endfor %}