{load_language_text section="account"} {load_language_text section="downloads" name="downloads"} {load_language_text section="buttons" name="button"} {load_language_text section="gift_cart" name="gift_cart"}

{$txt.heading_account}

{$error_message}
{* {$txt.title_welcome} *}

{$txt.text_welcome}

{$txt.title_account}

{if $order_content}

{$txt.title_orders}



{foreach name=aussen item=order_data from=$order_content}

{$txt.order_nr}{$order_data.ORDER_ID}
{$txt.order_total}{$order_data.ORDER_TOTAL}
{$txt.order_status} {$order_data.ORDER_STATUS} {if $order_data.downloads_data}
{foreach name=innen item=download_data from=$order_data.downloads_data}
{if $download_data.DELAY_MESSAGE == ''} {$download_data.PRODUCTS_NAME} {else} {$download_data.PRODUCTS_NAME} {/if}
{if $download_data.DELAY_MESSAGE == ''} {$downloads.text_download_count} {$download_data.COUNT} {$downloads.text_download_date} {$download_data.DATE_SHORT} {/if} {if $download_data.DELAY_MESSAGE != ''} {$download_data.DELAY_MESSAGE} {elseif $download_data.LINK != '' && $download_data.COUNT > 0} {/if}
{/foreach}
{/if}
{/foreach}
{/if} {if $LINK_NEWSLETTER}

{$txt.title_notification}

{/if}
{if $products_history}

{$txt.title_viewed_products}

{object_product_list product_list=$products_history id_prefix="products_history" truncate_products_name=$TRUNCATE_PRODUCTS_NAME} {* {$txt.text_goto_cat} *} {/if}