{% 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 }}
{% block admin_article_review_form %} {% endblock %}


{% if user %} {% block admin_article_review_text %} {% if blShowActBox %} {% endif %} {% endblock %}
{{ translate({ ident: "ARTICLE_REVIEW_ACTIVE" }) }} : {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_ARTICLE_REVIEW_ACTIVE"), 'sHelpText': help_text("HELP_ARTICLE_REVIEW_ACTIVE")} %}
{{ translate({ ident: "ARTICLE_REVIEW_POSTEDFROM" }) }} {{ user.oxuser__oxfname.value }} {{ user.oxuser__oxlname.value }}
{{ translate({ ident: "ARTICLE_REVIEW_TEXT" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_ARTICLE_REVIEW_TEXT"), 'sHelpText': help_text("HELP_ARTICLE_REVIEW_TEXT")} %}
{% endif %}
{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}