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

{{ template_title }}

{% endcapture %} {% capture append = "oxidBlock_content" %} {{ oView.setNoPaging() }} {% set articleList = oView.getCompArtList() %} {% set atributeList = oView.getAttributeList() %} {{ script({ include: "js/pages/compare.min.js", dynamic: __oxid_include_dynamic }) }} {% if oView.getCompareItemsCnt() >= 1 %}
{% for iProdNr, product in articleList %} {% if loop.first %} {% endif %} {% endfor %} {% for iProdNr, oAttrib in atributeList %} {% for iProdNr, product in articleList %} {% endfor %} {% endfor %}
 
{% if not product.hidePrev %} « {% endif %} {{ translate({ ident: "MOVE" }) }} {% if not product.hideNext %} » {% endif %}
{% include "page/compare/inc/compareitem.html.twig" with {product: product, testid: loop.index} %}
{{ oAttrib.title }}: {% if oAttrib.aProd[iProdNr] and oAttrib.aProd[iProdNr].value %} {{ oAttrib.aProd[iProdNr].value }} {% else %} - {% endif %}
{% else %} {% endif %} {{ insert_tracker({title: template_title}) }} {% endcapture %} {% if not oxcmp_user.oxuser__oxpassword.value %} {% include "layout/page.html.twig" %} {% else %} {% capture append = "oxidBlock_sidebar" %} {% include "page/account/inc/account_menu.html.twig" with {active_link: "compare"} %} {% endcapture %} {% include "layout/page.html.twig" with {sidebar: "left", blHideBreadcrumb: true} %} {% endif %}