{{ company_info }}
{% for field in quote.custom_fields %} {% endfor %}

{{ 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 }}
Email {{ quote.email }}
Status {{ quote.status }}
{{ field.name }} {{ field.value }}
{% for line_item in quote.line_items %} {% endfor %}
{{ language.product_text }} {{ language.quantity_text }} {{ language.price_text }} Réduction {{ language.subtotal_text }}
{% if line_item.image_url != "" %} {% endif %} {{ 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 }}
{% if includeViewQuoteLink %} Cliquer ici pour voir le devis {% endif %}