{% capture append = "oxidBlock_content" %} {% set template_title = "COMPARE"|translate %} {{ oView.setNoPaging() }} {% set articleList = oView.getCompArtList() %} {% set atributeList = oView.getAttributeList() %}
{% if oxcmp_user.oxuser__oxpassword.value %}
{% include "page/account/inc/account_menu.html.twig" with {active_link: "compare"} %}
{% endif %}
{% 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 %}

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

{% endif %}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" %}