На создание заказа покупателя
{{ agent.name }}, мы получили ваш заказ от
{{ created | date: "%d.%m.%Y"}} на сумму
{{sum}}{{ rate.name }}
{{ agent.name }}, спасибо за заказ от
{{ created | date: "%d.%m.%Y"}} на сумму
{{sum}}{{ rate.name }}
{% if vatEnabled == true }} %}
, включая НДС {{ vatSum }}
{% endif %}!
Мы свяжемся с контактным лицом вашей компании
{% for contactperson in agent.contactpersons %}
{{ contactperson.name }}
{% if forloop.last == false %}
,
{%endif%}
{% endfor %} по телефонам
{% for contactperson in agent.contactpersons %}
{{ contactperson.phone }}
{% if forloop.last == false %}
,
{%endif%}
{% endfor %}Last updated
Was this helpful?