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