{% extends '@kohinos/common/layout.html.twig' %} {% block content %}
{% include '@kohinos/block/breadcrumb.html.twig' with {'label': groupe.name, 'label2': 'Groupes locaux', 'url2': path('liste_groupe') } %}

{{groupe.name}}

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

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

{% endif %} {% if groupe.prestataires|length > 0 %}

{{ groupe.prestataires|length }} {{'Prestataires'|trans}} :

{% endblock %}