{{ account.policy_kind }} {% if account.floor %} floor {{ account.floor.text }} {% endif %} version {{ account.version }} {% if account.frozen %}frozen{% endif %} {% if account.closed %}closed{% endif %}

Balances

{% if account.balances %} {% else %}

No balances.

{% endif %}

Postings ({{ postings | length }})

{% for p in postings %} {% endfor %}
Posting Status Value
{{ p.short_id }} {{ p.status }} {{ p.money.text }}

Transfers ({{ transfers | length }})

{% for t in transfers %}
{{ t.short_id }} {{ t.time }}
{% for leg in t.legs %}
{{ leg.to_name }} {{ leg.money.text }}
{% endfor %}
{% endfor %}