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

Inventories

{% for d, c in date_n_counts %} {{ d }} {{ c }} Einheiten {% endfor %}
{% endblock %}