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

Bills which belong to you

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