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