{% set template_title = "MY_ACCOUNT"|translate %} {% capture append = "oxidBlock_content" %}
{% include "page/account/inc/account_menu.html.twig" with {active_link: "dashboard"} %}
{% if oView.getAccountDeletionStatus() is same as(false) %} {% set statusMessage = "DD_DELETE_MY_ACCOUNT_ERROR"|translate %} {% include "message/error.html.twig" with {statusMessage: statusMessage} %} {% endif %}
{% block account_dashboard_col1 %} {% endblock %} {% block account_dashboard_col2 %} {% endblock %}

{{ translate({ ident: "ORDER_HISTORY" }) }}

{{ translate({ ident: "ORDERS" }) }} {{ oView.getOrderCnt() }}
{{ translate({ ident: "MORE" }) }}
{% if oView.isEnabledDownloadableFiles() %}

{{ translate({ ident: "MY_DOWNLOADS" }) }}

{{ translate({ ident: "MY_DOWNLOADS_DESC" }) }}
{{ translate({ ident: "MORE" }) }}
{% endif %}

{{ translate({ ident: "MY_WISH_LIST" }) }}

{{ translate({ ident: "PRODUCT" }) }} {% if oxcmp_user %}{{ oxcmp_user.getNoticeListArtCnt() }}{% else %}0{% endif %}
{{ translate({ ident: "MORE" }) }}
{% if oViewConf.getShowWishlist() %}

{{ translate({ ident: "MY_GIFT_REGISTRY" }) }}

{{ translate({ ident: "PRODUCT" }) }} {% if oxcmp_user %}{{ oxcmp_user.getWishListArtCnt() }}{% else %}0{% endif %}
{{ translate({ ident: "MORE" }) }}
{% endif %} {% if oViewConf.getShowCompareList() %}

{{ translate({ ident: "MY_PRODUCT_COMPARISON" }) }}

{{ translate({ ident: "PRODUCT" }) }} {% if oView.getCompareItemsCnt() %}{{ oView.getCompareItemsCnt() }}{% else %}0{% endif %}
{{ translate({ ident: "MORE" }) }}
{% endif %} {% if oView.isUserAllowedToManageOwnReviews() %}

{{ translate({ ident: "MY_REVIEWS" }) }}

{{ translate({ ident: "MY_REVIEWS" }) }} {% if oView.getReviewAndRatingItemsCount() %}{{ oView.getReviewAndRatingItemsCount() }}{% else %}0{% endif %}
{{ translate({ ident: "MORE" }) }}
{% endif %}
{% block account_dashboard_delete_my_account %}
{% if oView.isUserAllowedToDeleteOwnAccount() %} {% include "page/account/delete_my_account_confirmation.html.twig" %} {% endif %}
{% endblock %}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% capture append = "oxidBlock_sidebar" %} {% include "page/account/inc/account_menu.html.twig" %} {% endcapture %} {% include "layout/page.html.twig" %}