{% load i18n site_config %}
{% get_site_config as config %}| {% trans '#' %} | {% trans 'Code' %} | {% trans 'Product' %} | {% trans 'Quantity' %} | {% trans 'Price' %} | {% trans 'Sum' %} |
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ item.code }} | {{ item.name }} | {{ item.qty }} | {{ item.price }} | {{ item.subtotal }} |
| {% trans 'Total' %}: {{ sale.service_total }} | |||||