На изменение заказа

{{ agent.name }}, Ваш заказ {{ name }} на сумму 
{{sum}}{{ rate.name }} отгружен
{{ updated | date: "%d.%m.%Y"}} 
{{ agent.name }}, Ваш заказ {{ name }} на сумму 
{{sum}}{{ rate.name }} отгружен
{{ updated | date: "%d.%m.%Y"}} 
со склада {{ store.name }} по адресу {{ store.address }} 

{% for attribute in attributes %}
 {% if attribute.name == 'Накладная' and attribute.value != ''  %}
 	{{attribute.name}}: {{attribute.value}}
 {% endif %}
{% endfor %}
{{ agent.name }}, Ваш заказ {{ name }} на сумму 
{{sum}}{{ rate.name }} отгружен
{{ updated | date: "%d.%m.%Y"}} 
со склада {{ store.name }} по адресу {{ store.address }} 

{% if attributes[0].name == 'Накладная' and attributes[0].value != ''  %}
 	{{attributes[0].name}}: {{attributes[0].value}}
{% endif %}

Last updated

Was this helpful?