{% if (oViewConf.hasDemoKey()) %}
{{ translate({ ident: "LOGIN_DEMOMODE_NOTIFY" }) }}
{% endif %} {% set sShopValidationMessage = oView.getShopValidationMessage() %} {% if (sShopValidationMessage) %} {% if (oView.isGracePeriodExpired()) %}
{{ translate({ ident: "SHOP_LICENSE_ERROR_GRACE_EXPIRED" }) }}
{% else %}
{{ translate({ ident: "SHOP_LICENSE_ERROR_" ~ sShopValidationMessage }) }}
{% endif %} {% endif %}