{% extends '@kohinos/common/layout.html.twig' %} {% block content %}
{% include '@kohinos/block/breadcrumb.html.twig' with {'label' : 'Carte des'|trans ~ ' ' ~ groupetype|upper} %}

{{ 'Carte des'|trans }} {{groupetype|upper}} :

{% include '@kohinos/presta/block/carte.html.twig' with {title: 'Situer les '~groupetype|capitalize, id: 'groupeid', style:"height: 400px;"} %}
{% endblock %} {% block js %} {% include '@kohinos/groupepresta/block/cartejs.html.twig' with {id: 'groupeid'} %} {% endblock %}