{% load i18n utils %}
{% trans "Service" %} | {% 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 }} |