{% extends "main.html" %} {% load filters %} {% block content %}

Verbrauch

Von anderen angerechnet

{% for i in detailed_cons %} {% endfor %}
Produkt Anzahl Datum User
{{ i.product.name }} {{ i.count }} {{ i.date }} {{ i.issued_by }}
{% endblock %}