{% extends "accounting/layout.html" %} {% 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 %}

Estimate #{{ estimate.number }} / detail
Edit Supprimer

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