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

Besoins des Composants par mois

{% csrf_token %}
Résulat : {{nbr_result}}
{% for mois in months_title %} {% endfor %} {% for produit in products %} {% for mois in months %} {% endfor %} {% endfor %}
Code Désignation Prévision In hand {{ mois|capfirst }}
{{produit.article}} {{produit.nom}} {{produit.prevu_qty|intspace}} {{produit.inhand|intspace}}{{ produit|get_item:mois|intspace}}
{% endblock %}