{% extends "base.html" %} {% load static %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Modification Poste Dépense Formulaire de modification poste de dépense Accueil Liste Postes Poste : {{poste.poste}} {% csrf_token %} Poste Montant Plafond Annuler Valider {% endblock %}