{% block details_longdescription %} {% hasrights { ident: "SHOWLONGDESCRIPTION" } %} {% set oLongdesc = oDetailsProduct.getLongDescription() %} {% if oLongdesc.value %}
{% endif %} {% endhasrights %} {% endblock %} {% block details_attributes %} {% if oView.getAttributes() or oDetailsProduct.oxarticles__oxartnum.value %}
{# 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" %}
{% endif %} {% endblock %}
{% block details_tags %} {% endblock %} {% block details_media %} {% if oView.getMediaFiles() or oDetailsProduct.oxarticles__oxfile.value %}
{% include "page/details/inc/media.html.twig" %}
{% endif %} {% endblock %} {% block details_comments %} {% endblock %} {% block details_invite %} {% endblock %}