{% extends "base.html" %} {% load static %} {% block users %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %}

Modification employé : {{ employe.nom }} {{ employe.prenom }} Formulaire de modification d'un employé

Informations employé

{% csrf_token %}
{% if employe.photo %} Photo {% else %} {% endif %}
{% endblock %}