+
+
+
+ | {intl l="Order Number"} |
+ {intl l="Date"} |
+ {intl l="Amount"} |
+ {intl l="Status"} |
+ {intl l="View"} |
+
+
+
+ {loop type="order" name="customer.orders"}
+
+ | {$REF} |
+ {format_date date=$CREATED_AT} |
+ {loop type="currency" name="order.currency" id={$CURRENCY}}{$SYMBOL}{/loop} {format_number number=$TOTAL} |
+ {$STATUS} |
+ {intl l="Order details"} |
+
+ {/loop}
+
+
+
+ {elseloop rel="customer.orders"}
+
+ {intl l="Warning"}! {intl l="You don't have orders yet"}
+
+ {/elseloop}
+