{% extends 'base.html.twig' %} {% block title %}Tableau de bord{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
Ville | Code postal | Complétion | Nombre de commerces | Lieux par habitants | 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 }} | {{ (stat.places|length / (stat.population or 1 ))|round(2) }} |