{% extends "base.html" %} {% block users %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %}

Modification du compte : {{ muser.first_name }} {{ muser.last_name }}

{% load static %}
{% csrf_token %}
{% if muser.photo %}
Photo
{% else %}
{% endif %}
{% endblock %}