{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %} {% if readonly %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %}
{{ oViewConf.getHiddenSid()|raw }}
{{ oViewConf.getHiddenSid()|raw }} {% set blWhite = "" %} {% for listitem in oArticlelist %} {% set listclass = 'listitem' ~ blWhite %} {% if blWhite == "2" %} {% set blWhite = "" %} {% else %} {% set blWhite = "2" %} {% endif %} {% endfor %}
{{ translate({ ident: "USER_ARTICLE_QUANTITY" }) }}    {{ translate({ ident: "GENERAL_ITEMNR" }) }}    {{ translate({ ident: "GENERAL_TITLE" }) }}    {{ translate({ ident: "GENERAL_TYPE" }) }}    {{ translate({ ident: "GENERAL_SHORTDESC" }) }}
{{ listitem.oxorderarticles__oxamount.value }} {{ listitem.oxorderarticles__oxartnum.value }} {{ listitem.oxorderarticles__oxtitle.value|truncate(30, "")|striptags }} {{ listitem.oxorderarticles__oxselvariant.value }} {{ listitem.oxorderarticles__oxshortdesc.value|truncate(30, "")|striptags }}
{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}