{% if controls is not empty %} {% for control in controls %} {{ control }} {% endfor %} {% endif %}
{% if children is not empty %} {{ children }} {% endif %}