# Cartographie
# Créer une carte
# Procédures
# Carte des détails
# Administrateurs
# Paramétrage de la fiche détail
Paramétrer la fiche détail de l'établissement en fonction des catégories et des champs
```html
Informations générales
{{ name|gogo_text }}
{{ email|gogo_email(label = "Courriel:") }}
{{ address|gogo_text(label = "Adresse:") }} {{ originalAddress.addressLocality }}
Téléphone: {{ telephone}}
RNE: {{ rne }}
{{ nom_commune }}
Mise à jour: {{ date_maj_ligne }}
Autres informations
{% for value in groups["type_etablissement"].children %}
Type d'établissement: {{ value.option.name }}
{% endfor %}
{% for value in groups["nom_circonscription"].children %}
Circonscription: {{ value.option.name }}
{% endfor %}
{% for value in groups["pial"].children %}
PIAL: {{ value.option.name }}
{% endfor %}
{% for value in groups["statut_public_prive"].children %}
Statut: {{ value.option.name }}
{% endfor %}
Nombre d'élèves: {{ nombre_d_eleves }}
{% if college_de_secteur %} Collège de secteur: {{ college_de_secteur }} {% else%} {% endif %}
```
Version 27/05
```html
Informations générales
{{ name|gogo_text }}
{{ email|gogo_email(label = "Courriel:") }}
{{ address|gogo_text(label = "Adresse:") }} {{ originalAddress.addressLocality }}
{{ files|gogo_text(label = "Toile:") }}
Téléphone: {{ telephone}}
RNE: {{ rne }}
{{ nom_commune }}
Mise à jour: {{ date_maj_ligne }}
Autres informations
{% for value in groups["type_etablissement"].children %}
Type d'établissement: {{ value.option.name }}
{% endfor %}
{% for value in groups["nom_circonscription"].children %}
Circonscription: {{ value.option.name }}
{% endfor %}
{% for value in groups["pial"].children %}
PIAL: {{ value.option.name }}
{% endfor %}
{% for value in groups["statut_public_prive"].children %}
Statut: {{ value.option.name }}
{% endfor %}
Nombre d'élèves: {{ nombre_d_eleves }}
{% if college_de_secteur %} Collège de secteur: {{ college_de_secteur }} {% else%} {% endif %}
{% if groups["labellisation"].children %}
Labellisation : {% for value in groups["labellisation"].children %}
{{ value.option.name }}
{% endfor %}
{% else%}
{% endif %}
{% if groups["projet"].children %}
???? Projets : {% for value in groups["projet"].children %}
{{ value.option.name }}
Les objectifs????
{{ objectif|gogo_text}}
Les objectifs détaillés????
{{ objectifs_detailles|gogo_text}}
Plan des actions????
{{ plan_action|gogo_text}}
{{ partenaires_du_projet|gogo_text(label = "Partenaires:")}}
{% endfor %}
{% else%}
{% endif %}
```
Version 3/07/2024 Intégration des données PIX avec %
```html
Informations générales
{{ name|gogo_text }}
{{ email|gogo_email(label = "Courriel:") }}
{{ address|gogo_text(label = "Adresse:") }} {{ originalAddress.addressLocality }}
Toile de l'établissement
Téléphone: {{ telephone}}
RNE: {{ rne }}
{{ nom_commune }}
{% if LUNDI_MATIN_DEBUT %}
{# Horaire de l'établissement #}
Horaire de l'établissement????
Lundi |
Mardi |
{% if MERCREDI_MATIN_DEBUT %}
Mercredi |
{% else%} {% endif %}
Jeudi |
Vendredi |
{% if SAMEDI_MATIN_DEBUT %}
Samedi |
{% else%} {% endif %}
{{ LUNDI_MATIN_DEBUT.substring(0, 5) }} - {{ LUNDI_MATIN_FIN.substring(0, 5) }} |
{{ MARDI_MATIN_DEBUT.substring(0, 5) }} - {{ MARDI_MATIN_FIN.substring(0, 5)}} |
{% if MERCREDI_MATIN_DEBUT %}
{{ MERCREDI_MATIN_DEBUT.substring(0, 5) }} - {{ MERCREDI_MATIN_FIN.substring(0, 5)}} |
{% else%} {% endif %}
{{ JEUDI_MATIN_DEBUT.substring(0, 5) }} - {{ JEUDI_MATIN_FIN.substring(0, 5)}} |
{{ VENDREDI_MATIN_DEBUT.substring(0, 5) }} - {{ VENDREDI_MATIN_FIN.substring(0, 5)}} |
{% if SAMEDI_MATIN_DEBUT %}
{{ SAMED_MATIN_DEBUT.substring(0, 5) }} - {{ SAMEDI_MATIN_FIN.substring(0, 5)}} |
{% else%} {% endif %}
{{ LUNDI_APRES_MIDI_DEBUT.substring(0, 5) }} - {{ LUNDI_APRES_MIDI_FIN.substring(0, 5) }} |
{{ MARDI_APRES_MIDI_DEBUT.substring(0, 5) }} - {{ MARDI_APRES_MIDI_FIN.substring(0, 5) }} |
{% if MERCREDI_MATIN_DEBUT %}
{{ MERCREDI_APRES_MIDI_DEBUT.substring(0, 5) }} - {{ MERCREDI_APRES_MIDI_FIN.substring(0, 5) }} |
{% else%} {% endif %}
{{ JEUDI_APRES_MIDI_DEBUT.substring(0, 5) }} - {{ JEUDI_APRES_MIDI_FIN.substring(0, 5) }} |
{{ VENDREDI_APRES_MIDI_DEBUT.substring(0, 5) }} - {{ VENDREDI_APRES_MIDI_FIN.substring(0, 5) }} |
{% if SAMEDI_MATIN_DEBUT %}
{{ SAMEDI_APRES_MIDI_DEBUT.substring(0, 5) }} - {{ SAMED_APRES_MIDI_FIN.substring(0, 5) }} |
{% else%} {% endif %}
{% else%} {% endif %}
Mise à jour: {{ date_maj_ligne }}
Autres informations
{% for value in groups["type_etablissement"].children %}
Type d'établissement: {{ value.option.name }}
{% endfor %}
{% for value in groups["nom_circonscription"].children %}
Circonscription: {{ value.option.name }}
{% endfor %}
{% for value in groups["pial"].children %}
PIAL: {{ value.option.name }}
{% endfor %}
{% for value in groups["statut_public_prive"].children %}
Statut: {{ value.option.name }}
{% endfor %}
Nombre d'élèves: {{ nombre_d_eleves }}
{% if college_de_secteur %} Collège de secteur: {{ college_de_secteur }} {% else%} {% endif %}
{% if groups["labellisation"].children %}
Labellisation-Certification : {% for value in groups["labellisation"].children %}
{{ value.option.name }}
{% endfor %}
{% else%}
{% endif %}
{% if groups["labellisation"].children %}
{% if participants %}
PIX : {{ certifies}} élèves certifiés soit {% set reussite = (certifies/participants*100)//1 %} {{reussite}} %
{#
#}
{# #}
{# Participants: | #}
{# Non Certifies: | #}
{# Certifies: | #}
{#
#}
{# #}
{# {{ participants|gogo_text}} | #}
{# {{ non_obtenues|gogo_text}} | #}
{# {{ certifies|gogo_text}} | #}
{#
#}
{#
#}
{% else%} {% endif %}
{% else%}
{% endif %}
{% if groups["projet"].children %}
???? Projets : {% for value in groups["projet"].children %}
{{ value.option.name }}
Les objectifs????
{{ objectif|gogo_text}}
Les objectifs détaillés????
{{ objectifs_detailles|gogo_text}}
Plan des actions????
{{ plan_action|gogo_text}}
{{ partenaires_du_projet|gogo_text(label = "Partenaires:")}}
{% endfor %}
{% else%}
{% endif %}
```
# Catégorie
[](https://portail.ac-reunion.fr/ladoclela/uploads/images/gallery/2025-02/XfAimage.png)
[](https://portail.ac-reunion.fr/ladoclela/uploads/images/gallery/2025-02/Gt6image.png)
[](https://portail.ac-reunion.fr/ladoclela/uploads/images/gallery/2025-02/Gqdimage.png)
# Sous-couche de carte
[SAEI : Les 3 antennes 01-cole\_inclusive\_2024.geojson](https://portail.ac-reunion.fr/ladoclela/attachments/1798?open=true)
[SAEI : Les 3 antennes 02-ecole\_inclusive\_couleur.geojson](https://portail.ac-reunion.fr/ladoclela/attachments/2361?open=true)
Communes de la Réunion : https://geo.api.gouv.fr/departements/974/communes?format=geojson&geometry=contour