{% if product_line_items %}

Product Line Items

{% for row in product_line_items %} {% if row.discount_choice == "Percentage" %} {% else %} {% endif %} {% if not row.product_note == "" %} {% endif %} {% endfor %}
Product Price Quantity Discount Amount Sales Price Tax % Tax Amount Total Delete
{{ row.product_and_service }} {{ row.product_price }} {{ row.quantity }}{{ row.discount_percent }}% = {{ row.discount_amount }} {{ row.discount_amount }} {{ row.discount_amount }}{{ row.sales_price }} {{ row.tax }} {{ row.tax_amount }} {{ row.total }} Delete
Product Note: {{ row.product_note }}

Unadjusted Price [JAVASCRIPT TO FILL]
Discount [JAVASCRIPT TO FILL]
Sales Price [JAVASCRIPT TO FILL]
Tax [JAVASCRIPT TO FILL]
Grand Total [JAVASCRIPT TO FILL]
{% endif %} {% if service_line_items %}

Service Line Items

{% for row in service_line_items %} {% if row.discount_choice == "Percentage" %} {% else %} {% endif %} {% if not row.product_note == "" %} {% endif %} {% endfor %}
Service Price Quantity Discount Amount Sales Price Tax % Tax Amount Total Delete
{{ row.products_and_services }} {{ row.product_price }} {{ row.quantity }}{{ row.discount_percent }}% = {{ row.discount_amount }} {{ row.discount_amount }} {{ row.discount_amount }}{{ row.sales_price }} {{ row.tax }} {{ row.tax_amount }} {{ row.total }} Delete
Product Note: {{ row.product_note }}

Unadjusted Price [JAVASCRIPT TO FILL]
Discount [JAVASCRIPT TO FILL]
Sales Price [JAVASCRIPT TO FILL]
Tax [JAVASCRIPT TO FILL]
Grand Total [JAVASCRIPT TO FILL]
{% endif %}

Totals

Unadjusted Price [JAVASCRIPT TO FILL]
Discount [JAVASCRIPT TO FILL]
Sales Price [JAVASCRIPT TO FILL]
Tax [JAVASCRIPT TO FILL]
Grand Total [JAVASCRIPT TO FILL]