{% capture append = "oxidBlock_content" %} {% set template_title = "LISTMANIA"|translate %} {% set _actvrecommlist = oView.getActiveRecommList() %}

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

{% include "page/account/inc/account_menu.html.twig" with {active_link: "recommendationlist"} %}
{% if oView.isSavedList() %} {% set _statusMessage = "LISTMANIA_LIST_SAVED"|translate %} {% include "message/success.html.twig" with {statusMessage: _statusMessage} %} {% endif %} {% block account_redommendationlist_content %} {% include "form/recommendation_edit.html.twig" with {actvrecommlist: _actvrecommlist} %}
{% if not oView.getActiveRecommList() %} {% set blEdit = true %} {% include "page/recommendations/inc/list.html.twig" %} {% endif %} {% endblock %}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" with {sidebar: "Left"} %}