{% include 'header.html' %}

{{ _('Details for Category') }}: {{ _(category) }}

{{ _('Account') }}: {{ formatted_account }}

{% from '_statistical_controls.html' import render_statistical_controls %} {{ render_statistical_controls(result_id) }}
{% for row in data %} {% endfor %}
{{ _('Month') }} {{ _('Total') }}
{{ row.date.display }} {{ row.total.display }}
{{ _('Back') }}