{% load wagtailadmin_tags %}
{% if help_text %}
{% icon name="help" classname="default" %} {{ help_text }}
{% endif %}
{% if children.image.block.label %} {% endif %} {{ children.image.render_form }}
{% if children.title.block.label %} {% endif %} {{ children.title.render_form }}
{% if children.subtitle.block.label %} {% endif %} {{ children.subtitle.render_form }}
{% if children.style.block.label %} {% endif %} {{ children.style.render_form }}
{% if children.alignment.block.label %} {% endif %} {{ children.alignment.render_form }}
{% if children.text.block.label %} {% endif %} {{ children.text.render_form }}
{{ children.links.render_form }}