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

33 lines
933 B
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-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-globe"></i>
2025-06-04 00:46:46 +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>
Osm id</th>
<th>
Osm kind</th>
2025-06-03 11:37:27 +02:00
</tr>
</thead>