# 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???? {% if MERCREDI_MATIN_DEBUT %} {% else%} {% endif %} {% if SAMEDI_MATIN_DEBUT %} {% else%} {% endif %} {% if MERCREDI_MATIN_DEBUT %} {% else%} {% endif %} {% if SAMEDI_MATIN_DEBUT %} {% else%} {% endif %} {% if MERCREDI_MATIN_DEBUT %} {% else%} {% endif %} {% if SAMEDI_MATIN_DEBUT %} {% else%} {% endif %}
Lundi MardiMercrediJeudi VendrediSamedi
{{ LUNDI_MATIN_DEBUT.substring(0, 5) }} - {{ LUNDI_MATIN_FIN.substring(0, 5) }} {{ MARDI_MATIN_DEBUT.substring(0, 5) }} - {{ MARDI_MATIN_FIN.substring(0, 5)}} {{ MERCREDI_MATIN_DEBUT.substring(0, 5) }} - {{ MERCREDI_MATIN_FIN.substring(0, 5)}} {{ JEUDI_MATIN_DEBUT.substring(0, 5) }} - {{ JEUDI_MATIN_FIN.substring(0, 5)}} {{ VENDREDI_MATIN_DEBUT.substring(0, 5) }} - {{ VENDREDI_MATIN_FIN.substring(0, 5)}} {{ SAMED_MATIN_DEBUT.substring(0, 5) }} - {{ SAMEDI_MATIN_FIN.substring(0, 5)}}
{{ 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) }} {{ MERCREDI_APRES_MIDI_DEBUT.substring(0, 5) }} - {{ MERCREDI_APRES_MIDI_FIN.substring(0, 5) }} {{ 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) }} {{ SAMEDI_APRES_MIDI_DEBUT.substring(0, 5) }} - {{ SAMED_APRES_MIDI_FIN.substring(0, 5) }}
{% 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 %} ```