{% if component.label %}
{{ component.label }}
{% if component.description %}
{{ component.description }}
{% endif %}
{% endif %}
{% for child in component.children %} {{ child.render(request) }} {% endfor %}