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

Liste Clients Total : {{ clients.count }} clients

{% for client in clients %} {% endfor %}
Photo Nom & Prénom(s) Téléphone Email Forme juridique ville Actions
{% if client.photo %} Photo {% else %} {% endif %} {{ client.nom }} {{ client.telephone_mobile }} {{ client.email }} {{ client.forme_juridique }} {{ client.ville }}
{% endblock %}