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

Modifier lot


{% csrf_token %}
Informations sur mon lot



Information sur les ventes
   {% if infovente.ht_ttc_vente == "ht" %} {% else %} {% endif %}    {% if infovente.ht_ttc_vente == "ttc" %} {% else %} {% endif %}
Information sur les achats
   {% if infoachat.ht_ttc_vente == "ht" %} {% else %} {% endif %}    {% if infoachat.ht_ttc_vente == "ttc" %} {% else %} {% endif %}



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