{% extends 'hordak/base.html' %} {% block page_name %}Accounts{% endblock %} {% block page_description %}See all accounts at a glance{% endblock %} {% block content %} {% for account in accounts %} {% empty %} {% endfor %}
Name Type Balance Currencies
{% if account.is_child_node %}↳{% endif %} {{ account.name }}
{{ account.get__type_display }} {{ account.balance }} {{ account.currencies|join:', ' }} {% if account.is_leaf_node %} Transactions {% endif %} Edit
No accounts exist

Create account | Create transaction | Currency exchange | Import statements | Reconcile statements

{% endblock %}