{% load i18n %}
{% trans '#' %} | {% trans 'Service name' %} | {% trans 'Code' %} | {% trans 'Worker' %} | {% trans 'Qty' %} | {% trans 'Price' %} | {% trans 'Sum' %} |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ item.name }} | {{ item.code }} | {{ item.worker|default:'' }} | {{ item.qty }} | {{ item.price }} | {{ item.subtotal }} |
{% trans 'Total' %}: {{ sale.service_total }} |