{% block account_menu %} {{ translate({ ident: "SUMMARY" }) }} {{ translate({ ident: "CHANGE_PASSWORD" }) }} {{ translate({ ident: "NEWSLETTER_SETTINGS" }) }} {{ translate({ ident: "BILLING_SHIPPING_SETTINGS" }) }} {{ translate({ ident: "ORDER_HISTORY" }) }} {% if oViewConf.getShowCompareList() %} {{ translate({ ident: "MY_PRODUCT_COMPARISON" }) }}{% if oView.getCompareItemCount() > 0 %} {{ oView.getCompareItemCount() }}{% endif %} {% endif %} {{ translate({ ident: "MY_WISH_LIST" }) }}{% if oxcmp_user and oxcmp_user.getNoticeListArtCnt() > 0 %} {{ oxcmp_user.getNoticeListArtCnt() }}{% endif %} {% if oViewConf.getShowWishlist() %} {{ translate({ ident: "MY_GIFT_REGISTRY" }) }}{% if oxcmp_user and oxcmp_user.getWishListArtCnt() > 0 %} {{ oxcmp_user.getWishListArtCnt() }}{% endif %} {% endif %} {% if oViewConf.getShowListmania() %} {{ translate({ ident: "MY_LISTMANIA" }) }} {% endif %} {% if oView.isEnabledDownloadableFiles() %} {{ translate({ ident: "MY_DOWNLOADS" }) }} {% endif %} {% if oView.isUserAllowedToManageOwnReviews() %} {{ translate({ ident: "MY_REVIEWS" }) }} {% endif %} {% endblock %}