{% for feature in json.features %}

{{ feature.properties.Titre }}

{% if feature.properties.NbPlacesDispo != "-1" %} {{ feature.properties.NbPlacesDispo }} libres sur un total de {{ feature.properties.NbPlacesTotales }} places. {% else %} {{ feature.properties.NbPlacesTotales }} places. {% endif %}

{{ feature.properties.Description }}

{{ feature.properties.Adresse }}

{% endfor %}