mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-06-12 09:24:33 +02:00
6 lines
138 B
HTML
6 lines
138 B
HTML
<div>
|
|
{% for trans in transactions %}
|
|
{% include 'transactions/fragments/item.html' with transaction=trans %}
|
|
{% endfor %}
|
|
</div>
|