{% if address or (latitude and longitude) %}
{% if markerTitle or description %}
{% if markerTitle %}

{{ markerTitle }}

{% endif %} {% if description %}

{{ description }}

{% endif %}
{{ address }}
{% endif %}
{% else %}
Veuillez configurer une adresse pour afficher la carte.
{% endif %}