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

Liste Consultant Total : {{ consultants.count }} consultant

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