osm-labo/templates/admin/stats/table-head.html.twig
2025-07-12 12:03:40 +02:00

71 lines
No EOL
1.8 KiB
Twig

<thead>
<tr>
<th>Nom ({{ stats.places|length }})</th>
<th>
<i class="bi bi-envelope-fill"></i>
Email
</th>
<th>
<i class="bi bi-envelope-paper"></i>
Contenu email
</th>
<th>
<i class="bi bi-circle-fill"></i>
Completion %
</th>
<th>
<i class="bi bi-tags"></i>
Type
</th>
<th>
<i class="bi bi-geo-alt"></i>
Adresse ({{ stats.getAvecAdresse is defined ? stats.getAvecAdresse : 0 }} / {{ stats.places|length }})</th>
<th>
<i class="bi bi-house-fill"></i>
Numéro
</th>
<th>
<i class="bi bi-house-fill"></i>
Rue
</th>
<th>
<i class="bi bi-globe"></i>
Site web ({{ stats.getAvecSite is defined ? stats.getAvecSite : 0 }} / {{ stats.places|length }})
</th>
<th>
<i class="bi bi-wheelchair"></i>
<i class="bi bi-person-fill-slash"></i>
Accès
PMR
({{ stats.getAvecAccessibilite is defined ? stats.getAvecAccessibilite : 0 }} / {{ stats.places|length }})</th>
<th>
<i class="bi bi-pencil-square"></i>
Note ? ({{ stats.getAvecNote is defined ? stats.getAvecNote : 0 }} / {{ stats.places|length }})</th>
<th>
<i class="bi bi-pencil-square"></i>
Texte de la note</th>
<th>
<i class="bi bi-building"></i>
Siret
</th>
<th>
<i class="bi bi-building"></i>
Siret clos
</th>
<th>
<i class="bi bi-clock-history"></i>
Dernière modif. OSM
</th>
<th>
Osm id</th>
<th>
Osm kind</th>
<th>
<i class="bi bi-people"></i>
Lieux par habitants
</th>
</tr>
</thead>