{{ company_info }}
{{ language.quote_text }}# |
{{ quote.quote_number }} |
Date | {{ quote.created_on | date: '%m/%d/%Y %I:%M%p' }} |
Prepared For | {{ quote.first_name }} {{ quote.last_name }} |
{{ quote.email }} | |
Status | {{ quote.status }} |
{{ field.name }} | {{ field.value }} |
{{ language.product_text }} | {{ language.quantity_text }} | {{ language.price_text }} | Réduction | {{ language.subtotal_text }} | |
---|---|---|---|---|---|
{% if line_item.image_url != "" %}
|
{{ line_item.title }} | {{ line_item.quantity }} | {{ line_item.original_price | currency }} |
{% if line_item.discount != nil %}
{{ line_item.discount.reason }}: -{{ line_item.discount.amount | currency }}
{% endif %}
|
{{ line_item.subtotal | currency }} |
{{ language.subtotal_text }} {{ quote.subtotal | currency }} |