{% trans_default_domain "admin" %}
{% if config.children is not empty %}
{% endif %} {% if config.options['headerLabel'] is defined %}

{{ (config.options['headerLabel'])|trans }}

{% endif %}
{% for element in config.children %} {% if is_granted(element.roles) %} {% set isFirst = (loop.index0 == 0) %}
{% include element.template with { 'config' : element } %}
{% endif %} {% endfor %}