mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01: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>
|