{% load i18n %} {% for item in services %} {% endfor %}
{% trans '#' %} {% trans 'Service name' %} {% trans 'Code' %} {% trans 'Qty' %} {% trans 'Price' %} {% trans 'Sum' %}
{{ forloop.counter }} {{ item.name }} {{ item.code }} {{ item.qty }} {{ item.price }} {{ item.subtotal }}
{% trans 'Total' %}: {{ sale.service_total }}