{% extends "base.html" %} {% load static %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Fiche société Accueil Ajout Societe Photo Nom Entreprise Ville Téléphone Email Forme juridique Actions {% for societe in societes %} {% if societe.logo %} {% else %} {% endif %} {{ societe.nom }} {{ societe.ville }} {{ societe.telephone_mobile }} {{ societe.email }} {{ societe.forme_juridique }} {% endfor %} {% endblock %}