{% if help_text %}
{{ help_text }}
{% endif %}
{% for child in children.values %}
{% if child.block.label %}
{{ child.block.label }}:
{% endif %} {{ child.render_form }}
{% endfor %}