{% extends "base.html" %} {% load static %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Ajout Compte Formulaire d'ajout d'un compte Accueil Liste Comptes Informations Compte {% csrf_token %} Libelle Solde initial Solde minimum Effacer Valider {% endblock %}