{% 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 }}
{% if allowAssign %}
{{ translate({ ident: "GENERAL_ASSIGNEDTOSUBSHOPS" }) }}:
{% block admin_admin_mall_assignedsubshops %}
{% set elementCount = shoplist|length %} {% set elementInColumn = elementCount/4|round(0) %} {% set ctr = 0 %}
    {% for oShop in shoplist %} {% if ctr % (elementInColumn + 1) == 0 %}
    {% endif %}
  • {{ oShop.oxshops__oxname.value }}({{ oShop.oxshops__oxid.value }})
  • {% set ctr = ctr + 1 %} {% endfor %}
{% endblock %}
{% endif %}
{% if allowAssign %}{% endif %}
{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}