{% extends 'gestion/base.html' %} {% load static %} {% block contents %}

Doublons dans SLM : {{ liste_doublons_SLM| length }}

{% if liste_doublons_SLM %}
    {% for nom_prenom, e in liste_doublons_SLM.items %}
  1. {{ nom_prenom }} :
  2. {% endfor %}
{% endif %}
Déposez un fichier Siècle au format CSV
ici

Élèves de SIÈCLE : 0

Élèves nouveaux : 0

Élèves sortants : 0

Élèves restants : 0

... dont 0 seraient modifiés par SIÈCLE.

{% endblock %}