Issuer: {{ provider.billing_name }}Address: {{ provider.address_1 }}{% if provider.address_2 %} {{ provider.address_2 }} {% endif %} {{ provider.city }} {% if provider.state %} {{ provider.state }} {% endif %} {% if provider.zip_code %} {{ provider.zip_code }} {% endif %} {% if provider.email %} Email: {{ provider.email }} {% endif %} {% if provider.extra %} {{ provider.extra|linebreaksbr }} {% endif %} |
Customer: {{ customer.billing_name }}{% if customer.sales_tax_number %} Tax ID: {{ customer.sales_tax_number }}{% endif %} Address: {{ customer.address_1 }} {% if customer.address_2 %} {{ customer.address_2 }} {% endif %} {{ customer.city }} {% if customer.state %} {{ customer.state }} {% endif %} {% if customer.zip_code %} {{ customer.zip_code }} {% endif %} {% if customer.email %} Email: {{ customer.email }} {% endif %} {% if customer.company %} Name: {{ customer.name }} {% endif %} {% if customer.customer_reference %} Customer Reference: {{ customer.customer_reference }} {% endif %} {% if customer.extra %} {{ customer.extra|linebreaksbr }} {% endif %} |
# |
Service | Unit | Qty. | Unit price | Total Amount |
---|---|---|---|---|---|
{{ forloop.counter }} | {{ entry.description }} | {{ entry.unit }} | {{ entry.quantity|floatformat:-2 }} | {{ entry.unit_price|floatformat:2 }} {{ document.currency }} | {{ entry.total|floatformat:2 }} {{ document.currency }} |
Total | {{ document.total|floatformat:2 }} {{ document.currency }} |