Files
WYGIWYH/app/templates/transactions/fragments/list.html
T
Herculino Trotta 160719a575 item
2024-09-22 15:38:06 -03:00

3 lines
118 B
HTML

{% for trans in transactions %}
{% include 'transactions/fragments/item.html' with transaction=trans %}
{% endfor %}