{$lang.heading_order_date}
{$order->info.date_purchased|oos_date_long}{$lang.heading_order_total}
{$order->info.total}{$lang.heading_order_number} # {$smarty.get.order_id}
{$order->info.orders_status}{$lang.heading_delivery_address}
{oos_address_format address_format_id=$order->delivery.format_id address=$order->delivery html=1} {if $order->info.shipping_method }
{$lang.heading_shipping_method}
{$order->info.shipping_method} {/if} {/if}{$lang.heading_billing_address}
{oos_address_format address_format_id=$order->billing.format_id address=$order->billing html=1}
{$lang.heading_payment_method}
{$order->info.payment_method}{$products.name}{if !empty($products.serial_number) } ({$lang.serial}{$products.serial_number}){/if}
{if ( isset($products.attributes) && sizeof($products.attributes) gt 0 ) } {foreach item=attributes from=$products.attributes}{$lang.heading_order_history}
{$statuses.date_added|oos_date_short}
{$statuses.orders_status_name}
{$statuses.comments|nl2br|stripslashes}