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

{{ template_title }}

{% endcapture %} {% set blCanCreateNewEmptyList = true %} {% capture append = "oxidBlock_content" %}
{% block account_recommendationlist_new %} {% if blCanCreateNewEmptyList %}
{% include "form/recommendation_edit.html.twig" with {sFormLabel: "C4S_ORDER_TEMPLATE_NEW_LIST"|translate ~ ":"} %} {% if oView.isSavedList() %} {% set _statusMessage = "C4S_ORDER_TEMPLATE_NEW_LIST_SAVED"|translate %} {% include "message/success.html.twig" with {statusMessage: _statusMessage} %} {% endif %}
{% endif %} {% endblock %} {% block account_recommendationlist_list %} {% set oRecommLists = oView.getRecommLists() %} {% if not empty(oRecommLists) and oRecommLists.count() > 0 %}
{% ifcontent ident "c4s_savedBaskets_HelpText" set oCont %} {{ include(template_from_string(oCont.oxcontents__oxcontent.value)) }} {% endifcontent %}
{# list of all active recommlists #}
{% set blEdit = true %} {% include "page/recommendations/inc/list.html.twig" %}
{% else %}
{% endif %} {% endblock %}
{{ insert_tracker({title: template_title}) }} {% include "widget/locator/listlocator.html.twig" with {oPageLocator: oView.getPageNavigation(), sPosition: "bottom", blListDisplayType: false, blSort: false, iItemsPerPage: 0} %} {% 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} %}