{% extends "base.html" %} {% block content %} {% if history %}
{% for item in history %}
{{ item.float_amount }} {{ item.float_currency }} {{ item.direction }} {{ item.counterpart }}
{% endfor %}
{% else %} No transactions made to/from this account {% endif %} {% endblock content %}