{% extends 'base.html' %} {% load humanize %} {% load custom_filters %} {% load math_extras %} {% block content %}

Capacité de Production

{% csrf_token %}

Résulat : {{nbr_result}}
{% for produit in products %} {% if produit.qty < 0 or produit.qty == 0 %} {% else %} {% endif %} {% endfor %}
Code Désignation Nomenclature Quantité Prévue Ecart Quantité
{{produit.code}} {{produit.name}} {{produit.bom}} {{produit.stock_v|intspace}} {{produit.ecart|intspace}} {{produit.qty|intspace}}{{produit.code}} {{produit.name}} {{produit.bom}} {{produit.stock_v|intspace}} {{produit.ecart|intspace}} {{produit.qty|intspace}}
{% endblock %}