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

Fiche société

{% for societe in societes %} {% endfor %}
Photo Nom Entreprise Ville Téléphone Email Forme juridique Actions
{% if societe.logo %} Photo {% else %} {% endif %} {{ societe.nom }} {{ societe.ville }} {{ societe.telephone_mobile }} {{ societe.email }} {{ societe.forme_juridique }}
{% endblock %}