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

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

{% endcapture %} {% capture append = "oxidBlock_content" %} {% if oView.getActiveRecommList() %} {% set _actvrecommlist = oView.getActiveRecommList() %} {% set recommendation_head = _actvrecommlist.oxrecommlists__oxtitle.value %}
{{ template_title }}: {{ recommendation_head }}
{% include "form/recommendation_edit.html.twig" with {actvrecommlist: _actvrecommlist, sFormLabel: "C4S_ORDER_TEMPLATE_CHANGE_TITLE"|translate ~ ":"} %} {% if oView.isSavedList() %} {% set _statusMessage = "C4S_ORDER_TEMPLATE_NAME_CHANGE_SAVED"|translate %} {% block account_recommendationedit_successMessage %} {% include "message/success.html.twig" with {statusMessage: _statusMessage} %} {% endblock %} {% endif %}
{% if oView.getArticleList() %}

{{ translate({ ident: "C4S_ORDER_TEMPLATE_ARTICLE_LIST_INTRO", suffix: "COLON" }) }}

{% set blEdit = true %} {% include "widget/product/list.html.twig" with {sListType: "line", sListId: "recommendProductList", oArticles: oView.getArticleList(), recommid: _actvrecommlist.getId(), removeFunction: "removeArticle"} %} {% include "widget/locator/listlocator.html.twig" with {oPageLocator: oView.getPageNavigation(), sPosition: "bottom"} %} {% block account_recommendationedit_addtobasket %}
{% endblock %} {% else %} {# recommlist has no articles #}
{% endif %} {% endif %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% capture append = "oxidBlock_sidebar" %} {% include "page/account/inc/account_menu.html.twig" with {active_link: "recommendationlist"} %} {% endcapture %} {% include "layout/page.html.twig" with {sidebar: "left", blHideBreadcrumb: true} %}