{% 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_roles_beobject_form %} {% endblock %}
{% for table, item in objects %} {% set id = table %} {% if isset( aRights[id][id] ) %} {% set idx = aRights[id][id] %} {% else %} {% set idx = 15 %} {% endif %} {% if isset( aUserRights[id][id] ) and (aUserRights[id][id] / idx) % 2 != 0 %} {% set idx = aUserRights[id][id] %} {% endif %} {% endfor %}
{{ translate({ ident: "ROLES_BEOBJECT_OBJECTS" }) }} {{ translate({ ident: "ROLES_BEMAIN_UIRIGHT_X" }) }} {{ translate({ ident: "ROLES_BEMAIN_UIRIGHT_I" }) }} {{ translate({ ident: "ROLES_BEMAIN_UIRIGHT_F" }) }} {{ translate({ ident: "ROLES_BEMAIN_UIRIGHT_R" }) }} {{ translate({ ident: "ROLES_BEMAIN_UIRIGHT_D" }) }} {{ translate({ ident: "ROLES_BEMAIN_UIRIGHT_CUST" }) }}
{% if count( objects[table] ) %}
{% include "roles_beobject_inc.html.twig" with {table: table, iParentIdx: idx} %} {% set idxsum = 0 %} {% set blCustomized = 0 %} {% for field, subitem in objects[table] %} {% if isset( aRights[table][field] ) %} {% set ichilddx = aRights[table][field] %} {% else %} {% set ichilddx = 3 %} {% endif %} {% if idx < ichilddx %} {% set ichilddx = iParentIdx %} {% endif %} {% if ( idx b-and 3 ) > ichilddx %} {% set blCustomized = 1 %} {% endif %} {% set idxsum = idxsum+ichilddx %} {% endfor %}
» {% endif %}
{{ translate({ ident: table, noerror: true }) }} {% if count( objects[table] ) %} {% endif %}

{{ translate({ ident: "ROLES_BEMAIN_UIINFO" }) }}


  
{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}