{load_language_text section="account"} {if $error_message!=''}
{$error_message}
{/if} {if $error!=''}
{$error}
{/if}

{$txt.heading_account}

{$txt.text_welcome}
{if $LINK_LOGIN}
{/if}

{$txt.title_account}



{$txt.title_notification}


{if $order_content}

{$txt.title_orders}

{$txt.text_all}
{foreach name=aussen item=order_data from=$order_content}
{$order_data.ORDER_DATE}  {$txt.order_nr}{$order_data.ORDER_ID} {$txt.order_total}{$order_data.ORDER_TOTAL}
{$txt.order_status}{$order_data.ORDER_STATUS}
{$order_data.ORDER_BUTTON}
{/foreach}
{/if} {if $MODULE_products_history}
{$MODULE_products_history}
{/if}