{% include "headitem.html.twig" with {title: "GENERAL_ADMIN_TITLE"|translate} %}
{% if readonly %}
{% set readonly = "readonly disabled" %}
{% else %}
{% set readonly = "" %}
{% endif %}
{% if not allowSharedEdit %}
{% set disableSharedEdit = "readonly disabled" %}
{% else %}
{% set disableSharedEdit = "" %}
{% endif %}
{{ translate({ ident: "C4S_LIVEPRICE_ADMIN_WARNING" }) }}
[{{ oEx.getCode() }}] {{ oEx.getMessage() }}
{{ oHttpClient.getRequest() }}
{{ oHttpClient.getResponse() }}
{% endif %}
{% include "bottomnaviitem.html.twig" %}
{% include "bottomitem.html.twig" %}