{{comptoir.name}} {% if comptoir.groupe != null %}

{{'Groupe local'|trans}} : {{comptoir.groupe.__toString()}}
{% endif %}
{% if comptoir.content != null or comptoir.media != null %} {% if comptoir.horaires != null %}
{{ 'Horaires'|trans }} : {{ comptoir.horaires|raw }}
{% endif %}
{% if comptoir.media != null %} {{comptoir.name}} {% endif %} {% if comptoir.content != null %}

{% if comptoir.content|striptags|length < 50 %} {{ comptoir.content|striptags|raw }} {% else %} {{ comptoir.content|striptags|truncate(50, true, '...')|raw }}

{% endif %} {% endif %}
{% endif %} {% if comptoir.getFullAddresse() != null %}
{{ 'Adresse'|trans }} :
{{comptoir.getFullAddresse()}}
{# @TODO : afficher la carte avec le POI du comptoir #} {% endif %} {% if comptoir.contacts|length > 0%}
{{ 'Contact'|trans }}{{ (comptoir.contacts|filter(v => v.enabled)|length > 1) ? 's' : '' }} :
{% endif %}