mirror of
				https://forge.chapril.org/tykayn/osm-commerces
				synced 2025-10-09 17:02:46 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			No EOL
		
	
	
		
			933 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			No EOL
		
	
	
		
			933 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| <thead>
 | |
|     <tr>
 | |
|         <th>Nom ({{ stats.places|length }})</th>
 | |
|         <th>
 | |
|         <i class="bi bi-tags"></i>
 | |
|         Type
 | |
|         </th>
 | |
|         <th>
 | |
|         <i class="bi bi-geo-alt"></i>
 | |
|         Adresse ({{ stats.getAvecAdresse() }} / {{ stats.places|length }})</th>
 | |
|         <th>
 | |
|         <i class="bi bi-globe"></i>
 | |
|         Site web ({{ stats.getAvecSite() }} / {{ stats.places|length }})</th>
 | |
|         <th>
 | |
|         <i class="bi bi-wheelchair"></i>
 | |
|         <i class="bi bi-person-fill-slash"></i>
 | |
|         Accès 
 | |
|         PMR
 | |
|           ({{ stats.getAvecAccessibilite() }} / {{ stats.places|length }})</th>
 | |
|         <th>
 | |
|         <i class="bi bi-pencil-square"></i>
 | |
|         Note ? ({{ stats.getAvecNote() }} / {{ stats.places|length }})</th>
 | |
|         <th>
 | |
|         <i class="bi bi-pencil-square"></i>
 | |
|         Texte de la note</th>
 | |
|         <th>
 | |
|         
 | |
|         Osm id</th>
 | |
|         <th>
 | |
|         
 | |
|         Osm kind</th>
 | |
|     </tr>
 | |
| </thead> | 
