{% if bundles|length == 0 %}

{{'admin.messages.no_sufficient_permissions'|trans}}

{% else %} {% for bundle in bundles %}
{%if false and bundle.rout%}

{{ bundle.title|trans }}

{%else%}

{{ bundle.title|trans }}

{%endif%}
{% for icon in bundle.menu %}
{#{%for smallIcon in icon.children %}#} {#
{{smallIcon.title|trans}}
#} {#{%endfor%}#}
{%endfor%}
{% endfor %} {% endif %}