{{ header }}{{ column_left }}
{{ text_form }}
{{ text_date_added }}
{{ date_added }}
{{ text_order }}
{{ order_id }}
{{ text_customer }}
{{ text_subscription_plan }}
{{ subscription_plan }}
{{ text_date_next }}
{{ date_next }}
{{ text_remaining }}
{{ remaining }}
{{ text_payment_address }}
{% if payment_firstname %} {{ payment_firstname }} {{ payment_lastname }}
{% endif %} {% if payment_company %} {{ payment_company }}
{% endif %} {% if payment_address_1 %} {{ payment_address_1 }}
{% endif %} {% if payment_address_2 %} {{ payment_address_2 }}
{% endif %} {% if payment_city %} {{ payment_city }}
{% endif %} {% if payment_postcode %} {{ payment_postcode }}
{% endif %} {% if payment_zone %} {{ payment_zone }}
{% endif %} {% if payment_country %} {{ payment_country }} {% endif %}
{{ text_shipping_address }}
{% if shipping_firstname %} {{ shipping_firstname }} {{ shipping_lastname }}
{% endif %} {% if shipping_company %} {{ shipping_company }}
{% endif %} {% if shipping_address_1 %} {{ shipping_address_1 }}
{% endif %} {% if shipping_address_2 %} {{ shipping_address_2 }}
{% endif %} {% if shipping_city %} {{ shipping_city }}
{% endif %} {% if shipping_postcode %} {{ shipping_postcode }}
{% endif %} {% if shipping_zone %} {{ shipping_zone }}
{% endif %} {% if shipping_country %} {{ shipping_country }} {% endif %}
{{ text_shipping_method }}
{% if shipping_method %} {{ shipping_method }} {% else %} {% endif %}
{{ text_payment_method }}
{% if payment_method %} {{ payment_method }} {% else %} {% endif %}
{{ text_product }}
{{ column_product }} {{ column_quantity }}
{{ product_name }} {% if options %} {% for option in options %}
- {{ option.name }}: {{ option.value }} {% endfor %} {% endif %}
- {{ text_subscription }}: {{ description }}
{{ quantity }}
{{ text_history }}
{{ text_history }}
{{ history }}
{{ text_history_add }}
{{ help_override }}
{{ text_order }}
{{ orders }}
{% for tab in tabs %}
{{ tab.content }}
{% endfor %}
{{ footer }}