mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-09 06:15:14 +02:00
3 lines
118 B
HTML
3 lines
118 B
HTML
{% for trans in transactions %}
|
|
{% include 'transactions/fragments/item.html' with transaction=trans %}
|
|
{% endfor %} |