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

Invoices which belong to you

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