{% trans_default_domain "admin" %} {% if config.options['label'] is not empty %}
{{ config.options.label|trans }}
{% endif %}
{% for element in config.children if is_granted(element.roles) %}
{% if loop.first %}
{% else %}
{% endif %}
{% endfor %}
{% for element in config.children if is_granted(element.roles) %}
{% include element.template with { 'config': element } %}
{% endfor %}