{% load i18n %}

{% trans 'Services' %}

{% trans 'Print' %}
{% include 'invoices/service-select-list.html' %} {% for item in invoice.get_services %} {{ item.render }} {% endfor %} {% if invoice.invoice_type == 'sale' and are_sale_totals_visible %} {% endif %}
{% trans 'Code' %} {% trans 'Service' %} [ {% trans 'Add' %} ] {% trans 'Service worker' %} {% trans 'Quantity' %} {% trans 'Price' %}
Загалом (послуги): {{ invoice.service_total }}
{% trans "Cassa" %} {{ form.service_total_cassa }}
{% trans "Nova poshta" %} {{ form.service_total_post }}
{% trans "Credit card" %} {{ form.service_total_card }}
Загалом (накладна): {{ invoice.document_total }}