{{ presta.raison }}

{% if presta.geolocs|length > 0%} {% for geoloc in presta.geolocs %} {% if geoloc.enabled %} {{ geoloc.geoloc }}
{% endif %} {% endfor %} {% endif %}
{% if withrubrique is not defined or (withrubrique is defined and withrubrique != false) %}
{% if presta.rubriques|length > 0%} {% for rubrique in presta.rubriques %} {{ rubrique.name }} {% endfor %} {% endif %}
{% endif %}
{% if presta.media %}

{% set pathMedia = mediaurl(presta.media, 'reference')|lower %} {% if pathMedia ends with '.jpg' or pathMedia ends with '.jpeg' or pathMedia ends with '.png' or pathMedia ends with '.bmp' or pathMedia ends with '.gif' %} {% thumbnail presta.media, 'big' with {'class': 'rounded mx-auto d-block'} %}
{% else %} {{ 'Télécharger'|trans }} {% endif %}

{% endif %}

{{presta.statut}}

{% if presta.description != null %}

{{ presta.description|raw }}

{% endif %} {% if presta.horaires != null %} {{ 'Horaires'|trans }} : {{ presta.horaires|raw }} {% endif %} {% if presta.web != null %}

{{ 'Site web'|trans }} : {{ presta.web }}

{% endif %}