History of public accounts

{% for item in public_accounts %} {% endfor %}
{{ item.account_name }}
{% if selected_account.history %} {% for entry in selected_account.history %} {% endfor %} {% else %}

No history for this account yet

{% endif %}
Date Amount Counterpart Subject
{{entry.date}} {% if entry.direction == "FROM" %}+{% else %}-{% endif %} {{ entry.float_amount }} {{ entry.float_currency }} {{ entry.counterpart }} {{ entry.subject }}