{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %} {% if readonly or edit.blForeignArticle %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %}
{{ oViewConf.getHiddenSid()|raw }}
{% block admin_article_overview_statistic %} {% endblock %}
{{ translate({ ident: "ARTICLE_OVERVIEW_ARTMADEON" }) }} {{ edit.oxarticles__oxinsert|format_date }}
{{ translate({ ident: "ARTICLE_OVERVIEW_LASTCHANGE" }) }} {{ edit.oxarticles__oxtimestamp|format_date("datetime") }}
{{ translate({ ident: "ARTICLE_OVERVIEW_SALEPOSITION" }) }} {{ postopten }}/{{ toptentotal }}
{{ translate({ ident: "ARTICLE_OVERVIEW_TOTALORDERCNT" }) }} {{ totalordercnt }}
{{ translate({ ident: "ARTICLE_OVERVIEW_SOLDCNT" }) }} {{ soldcnt }}
{{ translate({ ident: "ARTICLE_OVERVIEW_CANCELEDCNT" }) }} {{ canceledcnt }}
{{ translate({ ident: "ARTICLE_OVERVIEW_LEFTORDERCNT" }) }} {{ leftordercnt }}
{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}