diff --git a/upload/admin/view/template/extension/module/recurring_info.twig b/upload/admin/view/template/extension/module/recurring_info.twig
index b66e211d8..2cc99f347 100644
--- a/upload/admin/view/template/extension/module/recurring_info.twig
+++ b/upload/admin/view/template/extension/module/recurring_info.twig
@@ -19,32 +19,34 @@
{{ text_recurring_detail }}
-
-
- {{ text_order_recurring_id }} |
- {{ order_recurring_id }} |
-
-
- {{ text_reference }} |
- {{ reference }} |
-
-
- {{ text_recurring_name }} |
- {{ recurring_name }} |
-
-
- {{ text_recurring_description }} |
- {{ recurring_description }} |
-
-
- {{ text_recurring_status }} |
- {{ recurring_status }} |
-
-
- {{ text_payment_method }} |
- {{ payment_method }} |
-
-
+
+
+
+ {{ text_order_recurring_id }} |
+ {{ order_recurring_id }} |
+
+
+ {{ text_reference }} |
+ {{ reference }} |
+
+
+ {{ text_recurring_name }} |
+ {{ recurring_name }} |
+
+
+ {{ text_recurring_description }} |
+ {{ recurring_description }} |
+
+
+ {{ text_recurring_status }} |
+ {{ recurring_status }} |
+
+
+ {{ text_payment_method }} |
+ {{ payment_method }} |
+
+
+
@@ -54,33 +56,35 @@
{{ 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_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 }} |
+
+
+
@@ -90,20 +94,22 @@
{{ text_product_detail }}
-
-
-
- {{ text_product }} |
- {{ text_quantity }} |
-
-
-
-
- {{ product }} |
- {{ quantity }} |
-
-
-
+
+
+
+
+ {{ text_product }} |
+ {{ text_quantity }} |
+
+
+
+
+ {{ product }} |
+ {{ quantity }} |
+
+
+
+
@@ -111,30 +117,32 @@
{{ text_transaction }}
{{ buttons }}
-
-
-
- {{ column_date_added }} |
- {{ column_amount }} |
- {{ column_type }} |
-
-
-
- {% if transactions %}
- {% for transaction in transactions %}
+
+
+
- {{ transaction.date_added }} |
- {{ transaction.amount }} |
- {{ transaction.type }} |
+ {{ column_date_added }} |
+ {{ column_amount }} |
+ {{ column_type }} |
- {% endfor %}
- {% else %}
-
- {{ text_no_results }} |
-
- {% endif %}
-
-
+
+
+ {% if transactions %}
+ {% for transaction in transactions %}
+
+ {{ transaction.date_added }} |
+ {{ transaction.amount }} |
+ {{ transaction.type }} |
+
+ {% endfor %}
+ {% else %}
+
+ {{ text_no_results }} |
+
+ {% endif %}
+
+
+
diff --git a/upload/admin/view/template/extension/other/recurring_info.twig b/upload/admin/view/template/extension/other/recurring_info.twig
index a31371dd4..5d2c98bd9 100644
--- a/upload/admin/view/template/extension/other/recurring_info.twig
+++ b/upload/admin/view/template/extension/other/recurring_info.twig
@@ -31,7 +31,7 @@