{% include 'header.html' %}

{{ _('Details for Month') }}: {{ _(data[0].date.display if data) }}

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

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