{% extends 'base.html.twig' %} {% block title %}Hello AdminController!{% endblock %} {% block body %}

Labourage fait sur la zone "{{ zone }}" ✅

lieux trouvés en plus: {{ results|length }}

{# {{ dump(results) }} #}

commerces existants disposant d'un moyen de contact mail: {{ commerces|length }}

{# {{ dump(commerces[0]) }} #} {% for commerce in commerces %} {% endfor %}
Nom Adresse Email Site web Horaires Note Actions
{# {{ dump(commerce) }} #} {% if commerce.name is not null and commerce.name != '' %} {{ commerce.name }}, {% else %} (un lieu sans nom) {% endif %} {{ commerce.address }} {{ commerce.email }} {{ commerce.website }} {# {{ commerce.opening_hours }} #} {{ commerce.note }} voir sur osm
{% endblock %}