{% for tx in transactions %} {{ tx.date }} {{ tx.tx_type }} {{ tx.description }} {{ tx.amount }} {{ tx.status }} {{ tx.details }} {% endfor %} {% if transactions.is_empty() %} No transactions found {% endif %}