| + {intl l="customer ref"} + | + ++ {intl l="company"} + | + + {module_include location='category_list_header'} + ++ {intl l="firstname & lastname"} + | + ++ {intl l="last order"} + | + +{intl l='order amount'} | + +{intl l='Actions'} | +
|---|---|---|---|---|---|
| {#REF} | + ++ {#COMPANY} + | + ++ {#FIRSTNAME} {#LASTNAME} + | + + {module_include location='customer_list_row'} + ++ {format_date date=$LASTORDER_DATE} + | + ++ {format_number number=$LASTORDER_AMOUNT} + | +
+
+
+ {loop type="auth" name="can_change" roles="ADMIN" permissions="admin.customer.edit"}
+
+ {/loop}
+ {loop type="auth" name="can_send_mail" roles="ADMIN" permissions="admin.customer.sendMail"}
+
+ {/loop}
+ {loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.customer.delete"}
+
+ {/loop}
+
+ |
+
+