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