{% extends "_layout.html" %} {% set active_page = 'statistics' %} {% import 'macros/_account_macros.html' as account_macros with context %} {% block content %} {% set statistics = api.statistics() %}
| {{ _('Type') }} | {{ _('# Entries') }} |
|---|---|
| {{ account_name }} | {{ num }} |
| {{ _('Total') }} | {{ statistics.postings_by_account_total }} |
| {{ _('Account') }} | {{ _('Last Entry') }} | {{ _('Balance') }} | ||||
|---|---|---|---|---|---|---|
| {{ activity.account }} | {% if activity.account|uptodate_eligible %} {% with status=api.is_account_uptodate(activity.account) or '' %}{{ account_macros.indicator(activity.account) }} | {% endwith %}{{ account_macros.last_account_activity(activity.account) }} | {% else %}{% endif %} | {{ activity.last_posting_date }} |
{%- for position in api.inventory(activity.account) -%}
{{ position.units|format_amount }} {% endfor -%} |
| {{ _('Type') }} | {{ _('# Entries') }} |
|---|---|
| {{ type }} | {{ num }} |
| {{ _('Total') }} | {{ statistics.entries_by_type_total }} |