{% load currency_filters status_filters %} {% for sale in sales %} {% endfor %}
# 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 %}