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

{{ template_title }}

{% endcapture %} {% capture append = "oxidBlock_content" %} {% set product = oView.getProduct() %} {% if not oxcmp_user %} {% include "page/account/login.html.twig" %} {% else %} {% set product = oView.getProduct() %} {% set sNewRecommListId = oView.getViewParameter('newrecommlistid') %} {% set blCanCreateNewEmptyList = true %}
{% block account_recommendationadd_row %}
{% if sNewRecommListId %} {% set _statusMessage = "C4S_ORDER_TEMPLATE_NEW_LIST_SAVED"|translate %} {% include "message/success.html.twig" with {statusMessage: _statusMessage} %} {% endif %} {% if oxcmp_user.getRecommListsCount() %} {% include "form/recommendation_add.html.twig" %} {% else %} {% endif %}
{% if blCanCreateNewEmptyList %}
{% include "form/recommendation_edit.html.twig" with {sFormLabel: "C4S_ORDER_TEMPLATE_NEW_LIST"|translate ~ ":", blAddRecommList: true} %}
{% endif %} {% endblock %}
{% 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} %}