ajout infos formulaire envoi
This commit is contained in:
parent
44b4f49289
commit
2bcec59281
11 changed files with 211 additions and 61 deletions
|
@ -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>
|
||||
|
|
|
@ -63,5 +63,9 @@
|
|||
<th>
|
||||
|
||||
Osm kind</th>
|
||||
<th>
|
||||
<i class="bi bi-people"></i>
|
||||
Lieux par habitants
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
Loading…
Add table
Add a link
Reference in a new issue