{% 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 %}

Expense claim #{{ expense_claim.number }} / detail
Edit Supprimer

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