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

Liste des Entrepôts Total : {{ entrepots.count }} entrepôts

{% for entrepot in entrepots %} {% endfor %}
Code entrepôt Nom de l'entrepôt Localisation Superficie Capacité de stockage Actions
{{ entrepot.code_entrepot }} {{ entrepot.nom }} {{ entrepot.localisation.localisation }} {{ entrepot.superficie }} {{ entrepot.capacite }}
{% endblock %}