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 }} {% if entry.counterpart_username %} {{ entry.counterpart_username }} {% endif %} (account #{{ entry.counterpart }}) {% if entry.counterpart_username %} {{ entry.subject }} {% else %} {{ entry.subject }} {% endif %}