{load_language_text section="account_history"} {load_language_text section="buttons" name="button"} {load_language_text section="pagination" name="pagination"} {block name="account_history"} {block name="account_history_title"}

{$txt.heading_history}

{/block} {foreach name=aussen item=order_data from=$orders} {block name="account_history_element"}
{block name="account_history_element_title"}

{$txt.title_order_number}{$order_data.orders_id}

{/block}
{block name="account_history_element_date_label"}
{$txt.label_date}
{/block} {block name="account_history_element_date"}
{$order_data.date_purchased}
{/block} {block name="account_history_element_products_label"}
{$txt.label_articles}
{/block} {block name="account_history_element_products"}
{$order_data.product_count}
{/block} {block name="account_history_element_total_label"}
{$txt.label_total}
{/block} {block name="account_history_element_total"}
{$order_data.order_total}
{/block} {block name="account_history_element_status_label"}
{$txt.label_status}
{/block} {block name="account_history_element_status"}
{$order_data.orders_status_name}
{/block}
{block name="account_history_element_buttons"}
{block name="account_history_element_buttons_show"} {$button.show} {/block}
{block name="account_history_element_buttons_empty"}   {/block}
{/block}
{/block} {/foreach} {block name="account_history_buttons"}
{block name="account_history_buttons_back"} {$button.back} {/block}
{block name="account_history_buttons_empty"}   {/block}
{/block} {include file="get_usermod:{$tpl_path}pagination.html" pager=$pager} {include file="get_usermod:{$tpl_path}pagination_info.html" pager=$pager} {/block}