{% extends "base.html" %} {% block title %}Create Invoice - Invoice Generation Service{% endblock %} {% block content %}

Create New Invoice

{% if error %}
{{ error }}
{% endif %}

Customer Information

Invoice Details

Invoice Items

Add at least one item to your invoice.

0.00
Cancel
{% endblock %} {% block extra_css %} {% endblock %}