This commit is contained in:
Herculino Trotta
2024-09-22 15:38:06 -03:00
commit 160719a575
2 changed files with 41 additions and 0 deletions
@@ -0,0 +1,3 @@
{% for trans in transactions %}
{% include 'transactions/fragments/item.html' with transaction=trans %}
{% endfor %}