diff --git a/upload/admin/view/template/extension/module/recurring_info.twig b/upload/admin/view/template/extension/module/recurring_info.twig
index 2cc99f347..ce7fbb666 100644
--- a/upload/admin/view/template/extension/module/recurring_info.twig
+++ b/upload/admin/view/template/extension/module/recurring_info.twig
@@ -19,34 +19,32 @@
{{ 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 }} |
+
+
@@ -56,35 +54,33 @@
{{ 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 }} |
+
+
@@ -94,22 +90,20 @@
{{ text_product_detail }}
-
-
-
-
- {{ text_product }} |
- {{ text_quantity }} |
-
-
-
+
+
- {{ product }} |
- {{ quantity }} |
+ {{ text_product }} |
+ {{ text_quantity }} |
-
-
-
+
+
+
+ {{ product }} |
+ {{ quantity }} |
+
+
+
diff --git a/upload/admin/view/template/extension/other/recurring_info.twig b/upload/admin/view/template/extension/other/recurring_info.twig
index 5d2c98bd9..a577f5c1b 100644
--- a/upload/admin/view/template/extension/other/recurring_info.twig
+++ b/upload/admin/view/template/extension/other/recurring_info.twig
@@ -31,34 +31,32 @@