{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %} {% if error %}
{{ error }}
{% endif %} {% if message %}
{{ message }}
{% endif %} {% set readonly = "" %} {% if readonly %} {% set readonly = "readonly disabled" %} {% endif %}
{{ oViewConf.getHiddenSid()|raw }}
{% include "include/update_views_notice.html.twig" %} {{ oViewConf.getHiddenSid()|raw }} {{ oViewConf.getHiddenSid()|raw }}
{{ translate({ ident: "SHOP_LICENSE_SERIAL" }) }} {% if oxserials %} {% set oddclass = "2" %} {% for serial in oxserials %} {% if oddclass == 2 %} {% set oddclass = "" %} {% else %} {% set oddclass = "2" %} {% endif %} {% endfor %}
{{ serial }} {% if not readonly %} {% endif %}
{% endif %}
 
{{ translate({ ident: "SHOP_LICENSE_NEWSERIAL" }) }} {% include "inputhelp.html.twig" with {'sHelpId': help_id("HELP_SHOP_LICENSE_NEWSERIAL"), 'sHelpText': help_text("HELP_SHOP_LICENSE_NEWSERIAL")} %}

{{ translate({ ident: "SHOP_LICENSE_VERSION" }) }}
{{ translate({ ident: "GENERAL_OXIDESHOP" }) }} {{ oView.getShopEdition() }} {{ oView.getShopVersion() }} {% if oView.isDemoVersion() %} {{ translate({ ident: "SHOP_LICENSE_DEMO" }) }} {% endif %}
{{ aCurVersionInfo|raw }}
{% include "bottomnaviitem.html.twig" %} {% include "bottomitem.html.twig" %}