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