up historique

This commit is contained in:
Tykayn 2025-06-21 11:48:20 +02:00 committed by tykayn
parent c274fd6a63
commit fd3827ee52
2 changed files with 6 additions and 4 deletions

View file

@ -106,6 +106,7 @@
<th>Complétion</th>
<th>Nombre de commerces</th>
<th>Lieux par habitants</th>
<th>Date moyenne de mise à jour</th>
<th>Actions</th>
</tr>
</thead>
@ -121,8 +122,9 @@
</a></td>
<td>{{ stat.zone }}</td>
<td>{{ stat.completionPercent }}%</td>
<td>{{ stat.places|length }}</td>
<td>{{ (stat.places|length / (stat.population or 1 ))|round(2) }}</td>
<td>{{ stat.placesCount }}</td>
<td>{{ (stat.placesCount / (stat.population or 1 ))|round(2) }}</td>
<td>{{ stat.osmDataDateAvg|date('Y-m-d H:i') }}</td>
<td>
<div class="btn-group" role="group">
<a href="{{ path('app_admin_stats', {'insee_code': stat.zone}) }}" class="btn btn-sm btn-primary" title="Voir les statistiques de cette ville">