{* $Id: orders.tpl 1366 2006-02-06 16:58:20Z lantan $ *} {capture name="mainbox"} {if $orders} {include file="common_templates/pagination.tpl"}
| {$lang.id} | {$lang.status} | {$lang.first_name} | {$lang.last_name} | {$lang.date} | {$lang.total} |
| #{$o.order_id} | {include file="orders_pages/order_status.tpl" status=$o.status display="view"} | {$o.firstname} | {$o.lastname} | {$o.timestamp|date_format:"`$settings.Appearance.date_format`, `$settings.Appearance.time_format`"} | {include file="common_templates/price.tpl" value=$o.total} |