{% include 'sidebar.html' %}
Create New Invoice
{% csrf_token %}
Select Customer
-- Choose Customer --
{% for cust in customers %}
{{ cust.first_name }} {{ cust.last_name }}
{% endfor %}
Billing Address
Billing City
Billing Country
Billing State
Billing Postal Code
Create Invoice