{% set template_title = "ORDER_HISTORY"|translate %} {% capture append = "oxidBlock_title" %}

{{ template_title }}

{% endcapture %} {% capture append = "oxidBlock_content" %} {% set oOrders = oView.getOrderList() %} {% block account_order_history %} {% if count(oOrders) > 0 %} {% set oArticleList = oView.getOrderArticleList() %}
    {% for oOrder in oOrders %}
  1. {% endfor %}
{% include "widget/locator/listlocator.html.twig" with {oPageLocator: oView.getPageNavigation(), sPosition: "bottom"} %} {% else %} {{ translate({ ident: "ORDER_EMPTY_HISTORY" }) }} {% endif %} {% endblock %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% capture append = "oxidBlock_sidebar" %} {% include "page/account/inc/account_menu.html.twig" with {active_link: "orderhistory"} %} {% endcapture %} {% include "layout/page.html.twig" with {sidebar: "left", blHideBreadcrumb: true} %}