{% include "page/account/inc/account_menu.html.twig" with {active_link: "orderhistory"} %}
{% set oOrders = oView.getOrderList() %}
{% block account_order_history %}
{% if oOrders and oOrders|length > 0 %}
{% set oArticleList = oView.getOrderArticleList() %}
{% for order in oOrders %}