{load_language_text section="account_history"} {load_language_text section="buttons" name="button"} {block name="module_account_history"} {block name="module_account_history_title"}

{$txt.heading_history}

{/block} {foreach name=aussen item=order_data from=$order_content} {block name="module_account_history_element"}
{block name="module_account_history_element_title"}

{$txt.title_order_number}{$order_data.ORDER_ID}

{/block}
{block name="module_account_history_element_date_label"}
{$txt.label_date}
{/block} {block name="module_account_history_element_date"}
{$order_data.ORDER_DATE}
{/block} {block name="module_account_history_element_products_label"}
{$txt.label_articles}
{/block} {block name="module_account_history_element_products"}
{$order_data.ORDER_PRODUCTS}
{/block} {block name="module_account_history_element_total_label"}
{$txt.label_total}
{/block} {block name="module_account_history_element_total"}
{$order_data.ORDER_TOTAL}
{/block} {block name="module_account_history_element_status_label"}
{$txt.label_status}
{/block} {block name="module_account_history_element_status"}
{$order_data.ORDER_STATUS}
{/block}
{block name="module_account_history_element_buttons"}
{block name="module_account_history_element_buttons_show"} {$button.show} {/block}
{block name="module_account_history_element_buttons_empty"}   {/block}
{/block}
{/block} {/foreach} {block name="module_account_history_buttons"}
{block name="module_account_history_buttons_back"} {$button.back} {/block}
{block name="module_account_history_buttons_empty"}   {/block}
{/block} {/block}