{% 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 Accueil Ajout Client Photo Nom & Prénom(s) Téléphone Email Forme juridique ville Actions {% for client in clients %} {% if client.photo %} {% else %} {% endif %} {{ client.nom }} {{ client.telephone_mobile }} {{ client.email }} {{ client.forme_juridique }} {{ client.ville }} {% endfor %} {% endblock %}