{% set oxidBlock_content %} {% set template_title = "MY_WISH_LIST"|translate %}

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

{% if oView.getNoticeProductList() %} {% include "widget/product/list.html.twig" with {type: "line", listId: "noticelistProductList", title: "", products: oView.getNoticeProductList(), removeFunction: "tonoticelist", owishid: oxcmp_user.oxuser__oxid.value} %} {% else %}

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

{% endif %} {% include '@d3googleanalytics4/event/add_to_cart.html.twig' with {htmlIdAmountOfArticles: 'amountToBasket'} %} {{ insert_tracker({title: template_title}) }} {% endset %} {% set oxidBlock_sidebar %} {% include "page/account/inc/account_menu.html.twig" with {active_link: "noticelist"} %} {% endset %} {% include "layout/page.html.twig" with {sidebar: "Left"} %}