osm-commerces/templates/admin/stats/table-head.html.twig

59 lines
1.4 KiB
Twig
Raw Normal View History

2025-06-03 11:37:27 +02:00
<thead>
<tr>
2025-06-04 00:46:46 +02:00
<th>Nom ({{ stats.places|length }})</th>
2025-06-03 11:37:27 +02:00
<th>
<i class="bi bi-envelope-fill"></i>
Email
</th>
<th>
<i class="bi bi-circle-fill"></i>
Completion %
</th>
<th>
2025-06-03 11:37:27 +02:00
<i class="bi bi-tags"></i>
Type
</th>
<th>
<i class="bi bi-geo-alt"></i>
2025-06-04 00:46:46 +02:00
Adresse ({{ stats.getAvecAdresse() }} / {{ stats.places|length }})</th>
2025-06-03 11:37:27 +02:00
<th>
<i class="bi bi-house-fill"></i>
2025-06-09 00:34:33 +02:00
Numéro
</th>
<th>
<i class="bi bi-house-fill"></i>
2025-06-09 00:34:33 +02:00
Rue
</th>
2025-06-17 18:27:19 +02:00
<th>
2025-06-03 11:37:27 +02:00
<i class="bi bi-globe"></i>
2025-06-17 18:27:19 +02:00
Site web ({{ stats.getAvecSite() }} / {{ stats.places|length }})
</th>
2025-06-03 11:37:27 +02:00
<th>
<i class="bi bi-wheelchair"></i>
<i class="bi bi-person-fill-slash"></i>
Accès
PMR
2025-06-04 00:46:46 +02:00
({{ stats.getAvecAccessibilite() }} / {{ stats.places|length }})</th>
2025-06-03 11:37:27 +02:00
<th>
<i class="bi bi-pencil-square"></i>
2025-06-04 00:46:46 +02:00
Note ? ({{ stats.getAvecNote() }} / {{ stats.places|length }})</th>
2025-06-03 11:37:27 +02:00
<th>
<i class="bi bi-pencil-square"></i>
Texte de la note</th>
<th>
<i class="bi bi-building"></i>
Siret
</th>
<th>
2025-06-18 00:41:24 +02:00
<i class="bi bi-building"></i>
Siret clos
</th>
<th>
Osm id</th>
<th>
Osm kind</th>
2025-06-03 11:37:27 +02:00
</tr>
</thead>