{% extends "layouts/base.html" %} {% block title %} Lot {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% include 'includes/navigation.html' %}

Ajouter Lot


{% csrf_token %}
Informations sur mon lot



Information sur les ventes
     
Information sur les achats
     



{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}