


Page Missing!
But no worries! Our ostrich is looking everywhere
{% load static i18n %}



But no worries! Our ostrich is looking everywhere
{% trans "Thank you for choosing us. We appreciate your business" %}
{% trans "Estimate Number" %} : #{{estimate.estimate_number}}
{% trans "Date" %} : {{estimate.date_in_review}}
{% trans "Customer" %} : {{estimate.customer.customer_name}}
{% trans "Email" %} : {{estimate.customer.email}}
{% trans "Terms" %} : {{estimate.terms|title}}
| {% trans "Item" %} | {% trans "Quantity" %} | {% trans "Unit Price" %} | {% trans "Total" %} |
|---|---|---|---|
| {{item.info.make}} | {{item.quantity}} | {{item.finances.selling_price}} | {{item.total}} |
{% trans "VAT" %} ({{vat}}%): ${{vat_amount}}
{% trans "Additional Services" %}:
{% for service in additional_services %}
{{service.name}} - ${{service.price}}
{% endfor %}
{%trans "Total Amount" %}: ${{total}}