


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.item_model.name }} | {{ item.ce_quantity }} | {{ item.ce_unit_cost_estimate }} | {{ item.ce_cost_estimate }} |
{% trans "VAT" %} ({{vat}}%): ${{vat_amount}}
{% trans "Additional Services" %}: $50.00
{%trans "Total Amount" %}: ${{total}}