Перейти к основному содержимому

На создание заказа покупателя

{{ 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 %}
{{ agent.name }}, мы получили ваш заказ от
{{ created | date: "%d.%m.%Y"}} на сумму
{{sum}}{{ rate.name }}.

Состав заказа:

{% for position in positions %}

{{ position.assortment.name }} -
{{ position.quantity }} шт
{{ position.price }}{{ rate.name }}

{% endfor%}