{% set searchrecomm = oView.getRecommSearch() %} {% if oView.getRecommLists()|length > 0 %}
{% for recommlist in oView.getRecommLists() %} {% block redommendations_list_content %}
{% set editclass = oViewConf.getActiveClassName() %} {% if blEdit %} {% set editclass = "account_recommlist&fnc=editList" %} {% endif %}
{{ recommlist.oxrecommlists__oxtitle.value }} {{ translate({ ident: "LIST_BY" }) }} {{ recommlist.oxrecommlists__oxauthor.value }}
{% if blEdit %}
{{ oViewConf.getHiddenSid()|raw() }}
{% endif %}
{{ recommlist.oxrecommlists__oxdesc.value }}
{% endblock %} {% endfor %}
{% else %}

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

{% endif %}