{% extends "accounting/layout.html" %} {% load currency_filters %} {% block content %}

Invoices which belong to you

Add an invoice
{% include "books/_generics/sale_list.html" with sales=invoices detailed=True %} {% include "accounting/pagination.html" %} {% endblock content %}