{% extends 'other_admin/custom_admin_base.html' %} {% load static %} {% block m-title %}AGENT DE LA SCOLARITE{% endblock m-title %} {% load widget_tweaks %} {% block content %} EDITER UN AGENT {% csrf_token %} Nom Prénoms Sexe {{ agent.sexe }} M F Date de Naissance Lieu de naissance Telephone Email {% endblock content %} {% block custom_js %} {% endblock custom_js %}