{extends file="admin-layout.tpl"} {block name="page-title"}{intl l='Orders'}{/block} {block name="check-resource"}admin.order{/block} {block name="check-access"}view{/block} {block name="main-content"} {assign order_page {$smarty.get.page|default:1}} {assign status_filter {$smarty.get.status|assertType:'IntListType'}}
| {intl l="Order n°"} | {intl l="Date & Hour"} | {intl l="Company"} | {intl l="Name"} | {intl l="Amount"} | {intl l="Status"} | {module_include location='orders_table_header'}{intl l="Actions"} |
|---|---|---|---|---|---|---|
| {$REF} | {format_date date=$CREATE_DATE} | {$orderInvoiceCompany} | {$orderInvoiceFirstName|ucwords} {$orderInvoiceLastName|upper} | {$TOTAL_TAXED_AMOUNT} | {$orderStatus} | {module_include location='orders_table_row'}|