{% import 'macros/_account_macros.html' as account_macros with context %} {% import '_query_table.html' as querytable %} {% macro copy_balance_directives_text() -%} {% for account in ledger.attributes.accounts -%} {% if ledger.accounts[account].meta.get('fava-uptodate-indication') %} {%- if ledger.account_uptodate_status(account) != "green" -%} {{- account_macros.balance_directive(account) }} {%- endif -%} {% endif %} {%- endfor -%} {%- endmacro %}
{{ _('Account') }} | {{ _('Last Entry') }} | {{ _('Balance') }} | ||||
---|---|---|---|---|---|---|
{{ account }} | {% if ledger.accounts[account].meta.get('fava-uptodate-indication') %}{{ account_macros.indicator(account) }} | {{ account_macros.last_account_activity(account) }} | {% else %}{% endif %} | {{ last_entry.date }} |
{%- for position in (ledger.root_account|get_or_create(account)).balance|units -%}
{{ position.units|format_amount }} {% endfor -%} |
{{ _('Type') }} | {{ _('# Entries') }} |
---|---|
{{ group.grouper }} | {{ group.list|length }} |
{{ _('Total') }} | {{ ledger.entries|length }} |