{% extends "backend/base.html" %} {% load bootstrap4 %} {% block content %}
Invoices - Create Invoice
Create a new invoice
Create Invoice
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}