{% for feature in json.features %}
{% 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 }}