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

Profil Entrepôt {{ entrepot.nom }}

Nom de l'entrepôt

{{ entrepot.nom }}

Localisation :

{{ entrepot.localisation.localisation }}


Superficie :

{{ entrepot.superficie }}


Capacité :

{{ entrepot.capacite }}


{% endblock %}