osm-commerces/templates/admin/stats/table-head.html.twig
2025-06-03 11:37:27 +02:00

28 lines
No EOL
863 B
Twig

<thead>
<tr>
<th>Nom ({{ stats.getPlacesCount() }})</th>
<th>
<i class="bi bi-tags"></i>
Type
</th>
<th>
<i class="bi bi-geo-alt"></i>
Adresse ({{ stats.getAvecAdresse() }} / {{ stats.getPlacesCount() }})</th>
<th>
<i class="bi bi-globe"></i>
Site web ({{ stats.getAvecSite() }} / {{ stats.getPlacesCount() }})</th>
<th>
<i class="bi bi-wheelchair"></i>
<i class="bi bi-person-fill-slash"></i>
Accès
PMR
({{ stats.getAvecAccessibilite() }} / {{ stats.getPlacesCount() }})</th>
<th>
<i class="bi bi-pencil-square"></i>
Note ? ({{ stats.getAvecNote() }} / {{ stats.getPlacesCount() }})</th>
<th>
<i class="bi bi-pencil-square"></i>
Texte de la note</th>
</tr>
</thead>