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

{{ 'Comptoirs'|trans }}

{% for comptoir in comptoirs %}
{% include '@kohinos/comptoir/onecomptoir.html.twig' %}
{% endfor %}
{% endblock %}