{config_load file="$language/lang.conf" section="account"}
{#heading_account#}
{if $error_message}
{$error_message}
{/if}
{if $products_history}
{#title_viewed_products#}
{foreach name=history_products item=products_history from=$products_history}
{$products_history.PRODUCTS_NAME}
{if $products_history.PRODUCTS_IMAGE}{$products_history.PRODUCTS_NAME}{/if}
{$products_history.PRODUCTS_PRICE}
{/foreach}
{else}
{#title_welcome#}
{#text_welcome#}
{/if} {if $LINK_LOGIN} {/if}
{#title_account#}
{if $order_content}
{#title_orders#}
{foreach name=aussen item=order_data from=$order_content}
{$order_data.ORDER_DATE} {#order_total#} {$order_data.ORDER_TOTAL} {$order_data.ORDER_BUTTON}
{#order_nr#} {$order_data.ORDER_ID} {#order_status#}
{$order_data.ORDER_STATUS}
{/foreach}
{/if}
{#title_notification#}