{% extends "invoice/base.html" %}{% load bulma_tags %} {% block content %}
{% csrf_token %}
{{form.customer|bulma}}
{{form.customer_email|bulma}}
{{form.message|bulma}}
{{form.billing_address|bulma}}
date:
due-date:
{{ formset.management_form }} {% for form in formset %} {% endfor %}
Product/Service Description QTY RATE AMOUNT$ ADD
{{form.service}} {{form.description}} {{form.quantity}} {{form.rate}}
 

Total($):

{% endblock %} {% block custom_js %} {% endblock %}