{% extends 'other_admin/custom_admin_base.html' %} {% load static %} {% block m-title %}Gestion des Comptes > Etudiant{% endblock m-title %} {% load widget_tweaks %} {% block content %} EDITER UN APPRENANT {% csrf_token %} UFR {{ ufr.libelle }} {% for ufr in ufrs %} {{ ufr.libelle }} {% endfor %} NCE Nom Prénoms Sexe {{ etudiant.sexe }} M F Date de Naissance Lieu de naissance Telephone Rôle {% render_field form.role class="form-control" %} Email Mot de Passe {% endblock content %} {% block custom_js %} {% endblock custom_js %}