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

Modification d'un Client Modification Client

Client : {{client.nom}}

{% csrf_token %}
{% endblock %}