{% load product_tags %} {% for year in years %} {% for store in stores %} {% endfor %}
{{ product.code }} - {{ product.name }} - MOVIMENTI MAGAZZINO {{ year|stringformat:"s" }} - VEDI DETTAGLIO
   {{ store }} {% get_stock_movements product store year %} VEDI DETTAGLIO

{% endfor %}