{% load i18n custom_filters %} {% block customCSS %} {% endblock %}

{{ _('Purchase Order') }}

{{ estimate.customer.customer_name }}
Order ID #{{ estimate.sale_orders.first.formatted_order_id }}
{{ estimate.sale_orders.first.created|date }}
{% for item in data.cars %} {% endfor %} {% for service in data.additionals %} {% endfor %}
Item Price
{{ item.make }} {{ item.unit_price|floatformat }}
Additionals :
{{ service.name }} {{ service.price_|floatformat }}
Total
{{ data.grand_total|floatformat }}{{ CURRENCY }}

{{ _('Signature') }}:

{% block customJS %} {% endblock %}