{% extends "accounting/layout.html" %} {% load static %} {% block head %} {{ block.super }} {# NB: because the payment form is a subform it won't output the correct assets, so we explicitly put it there #} {{ form.media }} {% endblock %} {% block content %}

Bill #{{ bill.number }} / detail
Edit Supprimer

{% include "books/_generics/sale_detail.html" with object=bill lines=lines payments=bill.payments.all form=form %} {% endblock content %}