{% load wagtailadmin_tags %}
{% if help_text %}
{% icon name="help" %} {{ help_text }}
{% endif %} {% for child in children.values %}
{% if child.block.label %} {% endif %} {{ child.render_form }} {% comment %} This block triggers the autosize() function by faking an input event after the document is fully loaded. It isn't pretty, but it works. {% endcomment %} {% if child.block.label == "Code" %} {% endif %}
{% endfor %}