{{ store_name }}

{{ text_greeting }}

{% if customer_id %}

{{ text_link }}

{{ link }}

{% endif %}
{{ text_subscription_detail }}
{{ text_orders_id }} #{{ order_id }}
{{ text_date_added }} {{ date_added }}
{{ text_payment_method }} {{ payment_method }}
{{ text_email }} {{ email }}
{{ text_telephone }} {{ telephone }}
{{ text_ip }} {{ ip }}
{{ text_order_status }} {{ order_status }}
{{ text_description }} {{ description }}
{% if comment %}
{{ text_instruction }}
{{ comment }}
{% endif %}
{{ text_payment_address }}
{{ payment_address }}
{% for total in totals %} {% endfor %}
{{ text_product }} {{ text_model }} {{ text_quantity }} {{ text_price }} {{ text_total }}
{{ name }} {{ model }} {{ quantity }} {{ price }} {{ total }}
{{ total.title }}: {{ total.text }}
{% if promotion %}{{ promotion }}{% endif %}

{{ text_footer }}