{{ header }}
{{ column_left }}
{{ content_top }}
{{ text_subscription_id }}
#{{ subscription_id }}
{% if order_id %}
{{ text_order_id }}
{{ order_id }}
{% endif %}
{% if payment_address or shipping_address %}
{% if payment_address %}
{{ text_payment_address }}
{{ payment_address }}
{% endif %} {% if shipping_address %}
{{ text_shipping_address }}
{{ shipping_address }}
{% endif %}
{% endif %}
{% if shipping_method %}
{{ text_shipping_method }}
{{ shipping_method }}
{% endif %}
{{ text_payment_method }}
{{ payment_method }}
{% if products %} {% for product in products %} {% endfor %} {% else %} {% endif %}
{{ column_product }} {{ column_quantity }} {{ column_trial_price }} {{ column_price }}
{{ product.name }}
  • - {{ text_model }}: {{ product.model }}
  • {% for option in product.option %}
  • - {{ option.name }}: {{ option.value }}
  • {% endfor %}
{{ product.quantity }} {{ product.trial_price }} {{ product.price }}
{{ text_no_results }}
{{ text_subscription_plan }}
{{ description }}
{{ text_date_next }}
{{ date_next }}
{% if duration %}
{{ text_remaining }}
{{ remaining }}
{% endif %}

{{ text_history }}

{{ history }}

{{ text_order }}

{{ order }}
{{ content_bottom }}
{{ column_right }}
{{ footer }}