{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate, box: "box"} %} {% if readonly %} {% set readonly = "readonly disabled" %} {% else %} {% set readonly = "" %} {% endif %}
{{ oViewConf.getHiddenSid()|raw }}
{{ oViewConf.getHiddenSid()|raw }} {{ oTheme.getInfo('title') }}

{% for var_group, var_list in var_grouping %}
{% block admin_theme_config_form %} {{ translate({ ident: "SHOP_THEME_GROUP_" ~ var_group }) }} {% for theme_var, var_type in var_list %}
{% if var_type == 'bool' %} {% elseif var_type == 'str' %} {% elseif var_type == 'num' %} {% elseif var_type == 'arr' %} {% elseif var_type == 'aarr' %} {% elseif var_type == 'select' %} {% endif %} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_SHOP_THEME_" ~ theme_var), 'sHelpText': help_text("HELP_SHOP_THEME_" ~ theme_var)} %}
{{ translate({ ident: "SHOP_THEME_" ~ theme_var }) }}
{% endfor %} {% endblock %}
{% endfor %}
{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}