{{ text_recurring_detail }}
| {{ text_order_recurring_id }} | {{ order_recurring_id }} |
| {{ text_reference }} | {{ reference }} |
| {{ text_recurring_name }} | {% if recurring %} {{ recurring_name }} {% else %} {{ recurring_name }} {% endif %} |
| {{ text_recurring_description }} | {{ recurring_description }} |
| {{ text_recurring_status }} | {{ recurring_status }} |
| {{ text_payment_method }} | {{ payment_method }} |
{{ text_order_detail }}
| {{ text_order_id }} | {{ order_id }} |
| {{ text_customer }} | {% if customer %} {{ firstname }} {{ lastname }} {% else %} {{ firstname }} {{ lastname }} {% endif %} |
| {{ text_email }} | {{ email }} |
| {{ text_order_status }} | {{ order_status }} |
| {{ text_date_added }} | {{ date_added }} |
{{ text_product_detail }}
| {{ text_product }} | {{ text_quantity }} |
| {{ product }} | {{ quantity }} |
{{ text_transaction }}
{{ buttons }}
| {{ column_date_added }} | {{ column_amount }} | {{ column_type }} | ||||
| {{ transaction.date_added }} | {{ transaction.amount }} | {{ transaction.type }} | ||||
| {{ text_no_results }} | ||||||