{% extends "layouts/base.html" %} {% block title %} Modifier Lot {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} {% include 'includes/navigation.html' %} Liste lots lot Modifier lot {% csrf_token %} Informations sur mon lot Numéro de lot* UPC Quantité* Fournisseur préféré Selectionner un fournisseur {% for fournisseur in fournisseur%} {% if lot.fournisseur %} {% if lot.fournisseur.id == fournisseur.id %} {{fournisseur.nom}} {% else %} {{fournisseur.nom}} {% endif %} {% else %} {{fournisseur.nom}} {% endif %} {% endfor %} Date d'arrivage Information sur les ventes Prix de vente* {% if infovente.ht_ttc_vente == "ht" %} {% else %} {% endif %} HT {% if infovente.ht_ttc_vente == "ttc" %} {% else %} {% endif %} TTC Taxe % Information sur les achats Prix de revient* {% if infoachat.ht_ttc_vente == "ht" %} {% else %} {% endif %} HT {% if infoachat.ht_ttc_vente == "ttc" %} {% else %} {% endif %} TTC Taxe Sauvgarder {% include 'includes/footer.html' %} {% endblock content %} {% block javascripts %} {% endblock javascripts %}