{% include "headitem.html.twig" with {title: "D3_ORDERMANAGER_REQU"|translate} %} {% if readonly %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %}
{{ oViewConf.getHiddenSid()|raw }}
{{ oViewConf.getHiddenSid()|raw }} {% if edit.getId() and not edit.getLicenseActive() %} {% endif %} {% if missingRequValuesActions %} {% endif %}
{{ translate({ ident: "D3_ORDERMANAGER_ERROR_IEXECJOBSLIMIT" }) }}
{{ translate({ ident: "D3_ORDERMANAGER_ERROR_MISSINGREQUREQUIREMENTVALUES" }) }}
{{ translate({ ident: "D3_GENERAL_ORDERMANAGER_DESCRIPTION" }) }} {{ translate({ ident: "d3tbclordermanager_items_requ_desc" }) }}
{% if edit.getBasicRestrictionSettings() %}
{{ translate({ ident: "D3_GENERAL_ORDERMANAGER_BASICRESTRICTIONS" }) }}
{% endif %} {% set blRestricted = false %} {% for sGroupId, oRequList in oView.getGroupedRequirementList() %}
{{ translate({ ident: sGroupId }) }} {% for sRequId, oRequ in oRequList.getRequirementList() %} {% if oRequ.isAllowed() %} {% set blActionRestriction = "" %} {% else %} {% set blActionRestriction = "readonly disabled" %} {% set blRestricted = true %} {% endif %}
{% include oRequ.getTplName() with {oRequ: oRequ} %}
{% endfor %}
{% endfor %} {% if blRestricted %} {% include "@d3ordermanager/admin/inc/d3_cfg_ordermanageritem_restrictions.html.twig" %} {% endif %}

{% include "@d3modcfg_lib/admin/inc/inc.html.twig" %}