{% extends "base.html" %} {% block users %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Ajout poste employé Accueil Liste des postes {% load static %} {% csrf_token %} Libelle Catégorie Dirigeant Cadre Subalterne Valider {% endblock %}