{% extends 'base.html.twig' %} {% block title %}Tableau de bord{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block body %}

Tableau de bord

Statistiques par ville

{% for stat in stats %} {% endfor %}
Ville Code postal Complétion Nombre de commerces Actions
{{ stat.name }} {% if not stat.name and stat.zone starts with '751' %} Paris {{ stat.zone|slice(-2) }}e. {% endif %} {{ stat.zone }} {{ stat.completionPercent }}% {{ stat.places|length }}

Labourer une ville

Rechercher une ville pour labourer ses commerces

{% endblock %}