{$msg.account.my_orders}

{$msg.account.my_orders}

{if $orders} {assign var="ordersCount" value=0} {assign var="rowStyle" value="CatalogItemDark"} {foreach from=$orders item="order"} {if $rowStyle == "CatalogItemLight"} {assign var="rowStyle" value="CatalogItemDark"} {else} {assign var="rowStyle" value="CatalogItemLight"} {/if} {assign var="ordersCount" value=$ordersCount+1} {/foreach}
{$msg.cart.order_id} {$msg.cart.order_type} {$msg.cart.order_date} {$msg.cart.order_status} {$msg.cart.total_amount}  
#{$order.order_num} {if $order.order_type == 'Recurring'}{$msg.cart.order_type_recurring}{else}{$msg.cart.order_type_web}{/if} {$order.placed_date|date_format:"%m/%d/%Y"} {$order.status} {$order.total_amount|price} {assign var="imageId" value="image-click-to-view"} {if $designImages.$imageId} {$msg.images.imageClickToView|htmlspecialchars} {else} {$msg.images.imageClickToView|htmlspecialchars} {/if}
{$msg.account.orders_placed} {$ordersCount}
{else}
{$msg.account.no_orders_yet}
{/if}