{% load static i18n %} Sale Order {% if LANGUAGE_CODE == 'en' %} {% else %} {% endif %} {% if not estimate.is_completed %}

Page Missing!

But no worries! Our ostrich is looking everywhere

{% else%} {% comment %}
{% endcomment %}

{% trans "Sale Order" %}

{% trans "Thank you for choosing us. We appreciate your business" %}

{% comment %}

{% trans "Estimate Number" %} : #{{estimate.estimate_number}}

{% endcomment %}

{% trans "Date" %} : {{estimate.date_in_review}}

{% trans "Customer" %} : {{estimate.customer.customer_name}}

{% trans "Email" %} : {{estimate.customer.email}}

{% trans "Terms" %} : {{estimate.terms|title}}

{% for car in data.cars %} {% endfor %}
{% trans "VIN" %} {% trans "Make" %} {% trans "Model" %} {% trans "Year" %} {% trans "Quantity" %} {% trans "Unit Price" %} {% trans "Total" %}
{{ car.vin }} {{ car.make }} {{ car.model }} {{ car.year }} {{ car.quantity }} {{ car.unit_price }} {{ car.total }}

{% trans "VAT" %} ({{vat}}%): {{data.vat}} {{ CURRENCY }}

{% trans "Additional Services" %}:
{% for service in data.additional_services %} {{service.name}} - {{service.price}} {{ CURRENCY }}
{% endfor %}

{%trans "Total Amount" %}: {{data.grand_total}} {{ CURRENCY }}

{% endif %}