{% extends 'base.html.twig' %} {% block title %}Hello PublicController!{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Dashboard

Statistiques : {{ stats|length }} commerces

{% for stat in stats %} {% endfor %}
Zone Nombre de commerces Complétude % Actions
{{ stat.zone }} {{ stat.placesCount }} {{ stat.completionPercent }}

Lieux

{% for place in places %} {% endfor %}
Nom Email Date de modification Date de dernier contact Date de dernière modification Code postal Actions
{% if place.name %} {{ place.name }} {% else %} {% endif %} {{ place.email }} {{ place.modifiedDate | date('Y-m-d H:i:s') }} {{ place.lastContactAttemptDate | date('Y-m-d H:i:s') }} {{ place.modifiedDate | date('Y-m-d H:i:s') }} {{ place.zipCode }} {% if place.name %} {% else %} {% endif %}
{% endblock %}