{% capture append = "oxidBlock_pageBody" %}
{% include "widget/header/languages.html.twig" %}
{% ifcontent ident "oxstartwelcome" set oCont %} {{ include(template_from_string(oCont.oxcontents__oxcontent.value)) }} {% endifcontent %}
{{ translate({ ident: "PLEASE_CHOOSE" }) }}

{% set shoplinks = oView.getShopLinks() %} {% set shoplangs = oView.getShopDefaultLangs() %} {% for shopid, mallshop in oView.getShopList() %} {% if shoplinks[shopid] %} {{ mallshop.oxshops__oxname.value }}
{% else %} {{ mallshop.oxshops__oxname.value }}
{% endif %} {% endfor %}
{% if oView.isDemoShop() %} admin link {% endif %}
{% endcapture %} {% include "layout/base.html.twig" %}