{% extends "base.html" %} {% load static %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Liste Localisations Total : {{ lieux.count }} localisations Accueil Ajout localisation Liste des entrepôts Code Lieu Localisation Cordonnées GPS Nombre d'entrepôts Actions {% for lieu in lieux %} {{ lieu.code_lieu }} {{ lieu.localisation }} {{ lieu.coordonnees_gps }} {{ entrepots.count }} {% endfor %} {% endblock %}