{% extends "vendor/base.html" %} {% load static %} {% block extra_css %} {% endblock %} {% block extra_head_js %} {% endblock %} {% block vendor_content %}
Below is an example form built entirely with Bootstrap’s form controls. Each required form group has a validation state that can be triggered by attempting to submit the form without completing it.
# | Item | Price | Quantity | Total |
---|---|---|---|---|
{{ forloop.counter }} | {{ order_item.name}} | {{ order_item.price}} | {{ order_item.quantity}} | {{ order_item.total}} |
Shipping | ${{ invoice.shipping }} | |||
Tax | ${{ invoice.tax }} | |||
Total | ${{ invoice.total }} |