{% load wagtailadmin_tags %}
{% if help_text %}
{% icon name="help" classname="default" %} {{ help_text }}
{% endif %}
{% for child in children.values %} {% if child.block.name != 'item' %}
{% if child.block.label %} {% endif %} {{ child.render_form }}
{% endif %} {% endfor %}
{{ children.item.render_form }}{% if children.item.block.required %}*{% endif %}