{% extends 'base.html' %} {% block content %} {% for t in transactions %}

{{ t.type }}

Amount: {{ t.amount }}
Status: {{ t.status }}

{% empty %}

No transactions yet

{% endfor %} {% endblock content %}