{% csrf_token %} {{ new_line_item_form.media.css }} {{ new_line_item_form.media.js }} {% load static %} {% if quote_permission > 1 %}

New Line Item

{% if not product_and_service_results %}
Please note - there are no products or services. Please set these options up, or if you do not have access, request your administrator to do so.
{% endif %}
{{ new_line_item_form.product_price }}
{{ new_line_item_form.quantity }}
{{ new_line_item_form.product_and_service }}
{% endif %}