{% extends "layouts/base.html" %} {% block title %} Ajouter Packs {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} {% load poll_extras %}
{% include 'includes/navigation.html' %}

 Modifier Pack

{% csrf_token %}




{% for lot in lots %} {% endfor %} {% for packart in pack.produit_pack.all %} {% endfor %}
Lot - Référence Article Quantité Disponible Quantité Voulue

Ajouter une autre ligne
{% for cad in pack.cadeaux.all %} {% endfor %}
Cadeaux Prix Information supplementaire
Prix total du pack

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