{% capture append = "oxidBlock_pageBody" %}
{% include_content "oxstartwelcome" ignore missing %}
{{ 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() %} {% endif %}
{% endcapture %} {% include "layout/base.html.twig" %}