NOJIRA added itemcounter

This commit is contained in:
2021-09-15 17:31:13 +02:00
parent 05b5ee96df
commit b4b41d24b9
2 changed files with 5 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
{% endfor %}
</ol>
<h1>Streeplijst</h1>
<h1>Streeplijst - {{ data.item_count }} stuks</h1>
<ul>
{% for item in data.items %}
<li>{{ item.name }}: {{ item.amount }}</li>