{% for child in self.children %}
  • {% if child.heading %}
    {% endif %}
    {% if child.help_text %}
    {{ child.help_text }}
    {% endif %}
    {{ child.render_as_object }}
  • {% endfor %}