{# DEBUG : Affichage des objets Place trouvés pour cette ville #}
                    {% if places is defined %}
                    
            
                
                    
                
                     Retour aux stats
                
            
        
        
{% if theme == 'bicycle_parking' %}
    {% include 'admin/_followup_bicycle_parking_extra.html.twig' %}
{% endif %}
{% if theme == 'camera' %}
    {% include 'admin/_followup_cameras_extra.html.twig' %}
{% endif %}
        {% if overpass_query is defined %}
                
                     Vérifier sur Overpass Turbo
                
        {% endif %}
        {% if josm_url %}
        
             Ouvrir tous les objets dans JOSM
        
        {% else %}
        
            
                
            
                
            
                
            
                
        
        
            
        
        {% if completion_tags is defined and completion_tags[theme] is defined %}
        
            
                
        
        {% endif %}
    
    
            DEBUG : Objets Place trouvés pour cette ville (avant filtrage)
            
                
        
        {% endif %}
        | # | id | main_tag | osm_kind | nom | lat | lon | 
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ p.getOsmId() }} | {{ p.getMainTag() }} | {{ p.getOsmKind() }} | {{ p.getName() }} | {{ p.getLat() }} | {{ p.getLon() }} | 
{{ theme_label }} - {{ stats.name }}
Code INSEE: {{ stats.zone }}
Aucun objet sélectionné pour ce thème, rien à charger dans JOSM.
        {% endif %} 
        
        -
                Nombre actuel
            -
                Complétion actuelle
            -
                Points de données
            -
                Dernière mise à jour
            
                 Critères de complétion attendus pour ce thème
            
            - 
                    {% for tag in completion_tags[theme] %}
                        
- {{ tag }}{% else %}
- Aucun critère défini {% endfor %}
             Statistiques des tags utilisés dans les objets trouvés
        
        Autres thématiques de suivi :
- 
            {% for t, label in followup_labels %}
                {% if t != theme %}
                    
- {{ label }} {% endif %} {% endfor %}