{% block ordermanager_admin_requ_articlecontent %}
{% set sStatusVarName = "blCheckOrderArticle"|cat(oRequ.getSlotId())|cat("_status") %}
{% set sRegExpVarName = "sArticleContent"|cat(oRequ.getSlotId())|cat("RegExp") %} {% set sTypeVarName = "sArticleContent"|cat(oRequ.getSlotId())|cat("Type") %} {% if oView.isEditMode() %} {% block ordermanager_admin_requ_articlecontent_editor %} : {% endblock %} {% else %} {% block ordermanager_admin_requ_articlecontent_viewer %} {% for type, translation in oRequ.getTypeList() %} {% if edit.getValue(sTypeVarName) == type %} {{ translate({ ident: translation }) }} {% endif %} {% endfor %} : {{ edit.getValue(sRegExpVarName) }} {% endblock %} {% endif %} {% include "inputhelp.html.twig" with {'sHelpId': help_id("D3_ORDERMANAGER_REQU_ARTICLECONTENT2_DESC"), 'sHelpText': help_text("D3_ORDERMANAGER_REQU_ARTICLECONTENT2_DESC")} %}
{% endblock %}