{* $Id: orders.tpl 1366 2006-02-06 16:58:20Z lantan $ *} {capture name="mainbox"} {if $orders} {include file="common_templates/pagination.tpl"} {foreach from=$orders item="o"} {/foreach}
 {$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}
{include file="common_templates/pagination.tpl"} {else}

{$lang.text_no_orders}
{/if} {/capture} {include file="common_templates/mainbox.tpl" title=$lang.orders content=$smarty.capture.mainbox}