{% 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

{% for lieu in lieux %} {% endfor %}
Code Lieu Localisation Cordonnées GPS Nombre d'entrepôts Actions
{{ lieu.code_lieu }} {{ lieu.localisation }} {{ lieu.coordonnees_gps }} {{ entrepots.count }}
{% endblock %}