{% 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 }} Accueil Liste Entrepôts Nom de l'entrepôt {{ entrepot.nom }} Localisation : {{ entrepot.localisation.localisation }} Superficie : {{ entrepot.superficie }} Capacité : {{ entrepot.capacite }} Modifier les informations {% endblock %}
{{ entrepot.localisation.localisation }}
{{ entrepot.superficie }}
{{ entrepot.capacite }}