{% trans_default_domain "admin" %} {# @deprecated #}
{% if config.children is not empty %} {% endif %}
{% for element in config.children %} {% if is_granted(element.roles) %} {% set isFirst = (loop.index0 == 0) %}
{% include element.template with { 'config' : element } %}
{% endif %} {% endfor %}