{load_language_text section="box_order_history"}
{block name="box_order_history_if"}
{if $content_data.orderHistoryProducts|count > 0}
{block name="box_order_history"}
{block name="box_order_history_top"}
{include file="get_usermod:{$tpl_path}layout_box_top.html" class="order-history" headline=$txt.heading_order_history}
{/block}
{block name="box_order_history_content"}
{foreach from=$content_data.orderHistoryProducts item=orderHistoryProduct}
{$orderHistoryProduct.text}
{/foreach}
{/block}
{block name="box_order_history_bottom"}
{include file="get_usermod:{$tpl_path}layout_box_bottom.html"}
{/block}
{/block}
{/if}
{/block}