{% load currency_filters status_filters %}
# | Client | Total | Actions |
---|---|---|---|
{% if page_obj %} {{ forloop.counter0|add:page_obj.start_index }} {% elif invoices %} {{ forloop.counter0|add:invoices.start_index }} {% else %} {{ forloop.counter }} {% endif %} | {{ sale.client }} | {{ sale.total_excl_tax|currency }} | View {% if not hide_edit %} Edit {% endif %} |