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

Create Consumptions

{% for p in users %} {% endfor %} {% for p in products %} {% endfor %} {% for order in range %} {% endfor %}
Name Count Produkt
Total: 0.00 €

All Consumptions created

Pages:

{% for c in consumptions %} {% endfor %}
Name Count Product Date x
{{ c.user.username }} {{ c.count }} {{ c.product.name }} {{ c.date }}
{% endblock %}