{% set blFirstTab = true %} {% block details_tabs_longdescription %} {% hasrights { ident: "SHOWLONGDESCRIPTION" } %} {% set oLongdesc = oDetailsProduct.getLongDescription() %} {% if oLongdesc.value %} {% capture append = "tabs" %} {{ translate({ ident: "DESCRIPTION" }) }} {% endcapture %} {% capture append = "tabsContent" %}
{{ include(template_from_string(oLongdesc)) }} {% if oDetailsProduct.oxarticles__oxexturl.value %} {% if oDetailsProduct.oxarticles__oxurldesc.value %} {{ oDetailsProduct.oxarticles__oxurldesc.value }} {% else %} {{ oDetailsProduct.oxarticles__oxexturl.value }} {% endif %} {% endif %}
{% endcapture %} {% set blFirstTab = false %} {% endif %} {% endhasrights %} {% endblock %} {% block details_tabs_attributes %} {% if oView.getAttributes() or oDetailsProduct.oxarticles__oxartnum.value %} {% capture append = "tabs" %} {{ translate({ ident: "SPECIFICATION" }) }} {% endcapture %} {% capture append = "tabsContent" %}
{# article number #} {% if oDetailsProduct.oxarticles__oxartnum.value %} {% block details_productmain_artnumber %} {{ translate({ ident: "ARTNUM", suffix: "COLON" }) }} {{ oDetailsProduct.oxarticles__oxartnum.value }} {% endblock %} {% endif %} {% include "page/details/inc/attributes.html.twig" %}
{% set blFirstTab = false %} {% endcapture %} {% endif %} {% endblock %} {% set oManufacturer = oView.getManufacturer() %} {% if oManufacturer and oManufacturer.oxmanufacturers__oxshortdesc.value %} {% capture append = "tabs" %}{{ translate({ ident: "MORE_ABOUT" }) }} {{ oManufacturer.oxmanufacturers__oxtitle.value }}{% endcapture %} {% capture append = "tabsContent" %}

{{ oManufacturer.oxmanufacturers__oxshortdesc.value }}

{{ translate({ ident: "SHOW_ME_MORE" }) }}
{% set blFirstTab = false %} {% endcapture %} {% endif %} {% block details_tabs_tags %} {% endblock %} {% block details_tabs_media %} {% if oView.getMediaFiles() or oDetailsProduct.oxarticles__oxfile.value %} {% capture append = "tabs" %} {{ translate({ ident: "MEDIA" }) }} {% endcapture %} {% capture append = "tabsContent" %}
{% include "page/details/inc/media.html.twig" %}
{% set blFirstTab = false %} {% endcapture %} {% endif %} {% endblock %} {% block details_tabs_comments %} {% endblock %} {% block details_tabs_invite %} {% endblock %} {% block details_tabs_main %} {% if tabs %}
{% for tabContent in tabsContent %} {{ tabContent|raw }} {% endfor %} {% block details_tabs_social_content %}{% endblock %}
{% endif %} {% endblock %}