{% extends "base.html" %} {% load static %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Ajout Entrepôt Formulaire d'ajout d'un entrepôt Accueil Liste Entrepôts Informations Entrepôt {% csrf_token %} Nom de l'entrepôt Superficie Capacité Localisation {% for lieu in lieux %} {{ lieu.localisation }} {% endfor %} Description Effacer Valider {% endblock %}