{% load i18n %} {{ forloop.counter }} {{ item.product_name }} {% if item.customer_name %}
{{ item.customer_name }} {% endif %} {{ item.bar_code|default:'' }} {{ item.qty }} {% if is_wholesale_price_included %} {{ item.price_wholesale_uah|stringformat:".1f" }} {{ item.wholesale_subtotal_uah|stringformat:".1f" }} {% endif %} {{ item.price_with_discount|stringformat:".1f" }} {{ item.subtotal_with_discount|stringformat:".1f" }} {% if is_discount_included %} (-{{ item.discounted_subtotal }}) {% endif %} {% if is_profit_included %} {{ item.profit_subtotal_uah|stringformat:".1f" }} {% endif %}