{% extends '@kohinos/common/layout.html.twig' %} {% block content %}
{% include '@kohinos/block/breadcrumb.html.twig' with {'label' : 'Groupes locaux'} %}

{{ 'Groupes locaux'|trans }}

{% for groupe in groupes %}
{{groupe.content|raw}}
{% if groupe.comptoirs|length > 0 %}

{{ groupe.comptoirs|length }} {{'comptoirs'|trans}} :

{% endif %}
{% endfor %}
{% endblock %}