{% extends 'other_admin/custom_admin_base.html' %} {% load static %} {% block m-title %}Gestion des Comptes > Enseignant{% endblock m-title %} {% load widget_tweaks %} {% block content %} EDITER UN ETUDIANT {% csrf_token %} UFR {% for ufr in ufrs %} {{ ufr.libelle }} {% endfor %} Grade {% for grad in grade %} {{ grad.libelle }} {% endfor %} Nom Prénoms Sexe {{ enseignant.sexe }} M F Date de Naissance Lieu de naissance Telephone Email Autorisé à entrer les emplois du temps {% render_field form.add_programme class="form-control" %} {% endblock content %} {% block custom_js %} {% endblock custom_js %}