{% extends "backend/base.html" %} {% load bootstrap4 %} {% block content %}
Invoices - Edit Invoice
Edit invoice
Editing {{ object.number or object.id }}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}