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