{% extends "base.html" %} {% load static %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Modification Compte Formulaire de modification d'un compte Accueil Liste Comptes Compte : {{caisse.libelle}} {% csrf_token %} Libelle Solde initial Solde minimum Modifier {% endblock %}