{% load static i18n %} Estimate {% if LANGUAGE_CODE == 'en' %} {% else %} {% endif %} {% if estimate.status != "in_review" %}

Page Missing!

But no worries! Our ostrich is looking everywhere

{% else%}

{% trans "Estimate" %}

{% 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}}

{% for item in car_and_item_info %} {% endfor %}
{% 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}}

{% endif %}