{% load i18n utils %} Transaction Report {% for service, info in services %} {% endfor %}
{% trans "Services" %} {% trans "Active" %} {% trans "Cancelled" %} {% trans "Nominal price" %} {% trans "Number" %}
{{ service }} {{ info.0 }} {{ info.1 }} {{ info.2 }} {{ info.3 }}
{% trans "TOTAL" %} {{ totals.0 }} {{ totals.1 }} {{ totals.2 }}