{% sw_extends '@Storefront/storefront/base.html.twig' %}
{# {% sw_extends '@FroshProductCompare/storefront/base.html.twig' %} #}
{% block base_main %}
{% if (context.customer
and not context.customer.requestedGroupId
and ((context.customer.groupId == '8a79725feea64caeaf3ecb8e9cb97c02') or (context.customer.groupId == '2303a1fefeb04a3bab8e83d344149c84'))
)
or page.navigationId == 'f79c95f6bf9e40cdb4e85e686ed5733a'
or page.navigationId == '3615c98f663b41e9b0d0c164f70af9b3'
or page.navigationId == 'ce6f34bf14034f04bac2307a92776bfd'
or page.navigationId == '2dd0206ceac74941b8134bf30b10c119'
or activeRoute starts with 'frontend.account'
%}
{{ parent() }}
{# {{ dump() }} #}
{% else %}
<div class="container">
<div class="row">
<div class="col-lg-4">
<p style="font-size: 20px; color: orangered; font-weight: bold;">{{ "account.loginRequired"|trans|sw_sanitize }}</p>
{% sw_include '@Storefront/storefront/component/account/login.html.twig' with {
'cardTitle': "account.loginHeader"|trans|sw_sanitize
} %}
{% block page_account_register_advantages_list %}
<ul>
{% block page_account_register_advantages_entry1 %}
<li>{{ "account.registerAdvantage1"|trans|sw_sanitize }}</li>
{% endblock %}
{% block page_account_register_advantages_entry2 %}
<li>{{ "account.registerAdvantage2"|trans|sw_sanitize }}</li>
{% endblock %}
{% block page_account_register_advantages_entry3 %}
<li>{{ "account.registerAdvantage3"|trans|sw_sanitize }}</li>
{% endblock %}
{% block page_account_register_advantages_entry4 %}
<li>{{ "account.registerAdvantage4"|trans|sw_sanitize }}</li>
{% endblock %}
</ul>
{% endblock %}
</div>
</div>
</div>
{# {% sw_include '@CeCustomerSubaccounts/storefront/page/account/register/index.html.twig' %} #}
{% endif %}
{% endblock %}
{% block base_html %}
<html lang="{{ page.header.activeLanguage.translationCode.code }}"
itemscope="itemscope"
itemtype="https://schema.org/WebPage"
{% if page.navigationId == "5d2b60e2787a40c0be68d67127a7065d" %}
class="pageID={{ page.cmsPage.id }} navID={{ page.navigationId }} seats-listing-page"
{% endif %}
{% if page.navigationId == "5d2b60e2787a40c0be68d67127a7065d" %}
class="pageID={{ page.cmsPage.id }} navID={{ page.navigationId }} compare-page"
{% endif %}
>
{{ dump() }}
{% endblock %}