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

Bills which belong to you

{% include "books/_generics/sale_list.html" with sales=bills detailed=True %} Add a bill {% endblock content %}