ajout infos formulaire envoi

This commit is contained in:
Tykayn 2025-07-07 23:06:04 +02:00 committed by tykayn
parent 44b4f49289
commit 2bcec59281
11 changed files with 211 additions and 61 deletions

View file

@ -97,6 +97,13 @@
{% endif %}
<td>
{% if stats.population > 0 %}
{{ (1 / (stats.population / stats.places|length))|number_format(3, '.', ' ') }}
{% else %}
-
{% endif %}
</td>
<td>
{# (si siret clos) #}
</td>

View file

@ -63,5 +63,9 @@
<th>
Osm kind</th>
<th>
<i class="bi bi-people"></i>
Lieux par habitants
</th>
</tr>
</thead>