{% extends "main/main_base.html.twig" %} {% set page_title = "account.sidebar.my_orders"|trans %} {% block title %}{{ page_title }}{% endblock %} {% block body %} {% set fields = [{'name':page_title}] %} {% include 'main/common/_header.html.twig' %}
{% if orders|length > 0 %} {% include "main/Account/MyOrders/_list.html.twig" %} {% else %} {% endif %}
{% endblock %}