{% load currency_filters bootstrap3 form_filters check_filters check_tags %}

{{ object.total_incl_tax|currency|default:"-" }}

Total (incl. tax)

{{ object.total_excl_tax|currency|default:"-" }}

Total (excl. tax)

{{ object.total_tax|currency }}

Tax

{{ object.date_issued|default:"-" }}

Date issued

{{ object.total_due_incl_tax|currency|default:"-" }}

Total still due (incl. tax)

{{ object.date_dued|default:"-" }}

Date dued
{% if checklist %}
{% for check in checklist %}
{% render_check check %}
{% endfor %}
{% endif %} {% include "books/_generics/sale_content.html" with object=object %}
{% if payment_form %}

Payments

{% include "books/_partials/payment_list.html" with payments=payments %}
{% endif %}