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

{{ _("Purchase Order") }}

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

{{ _("Signature") }}:

{% block customJS %} {% endblock %}