{% sw_extends '@Storefront/storefront/component/account/register.html.twig' %} {% set hasSelectedBusiness = page.group.translated.registrationOnlyCompanyRegistration %} {% block component_account_register_header %} {% if page.group.translated.registrationTitle is not empty %}
{{ page.group.translated.registrationTitle }}
{% endif %} {% if page.group.translated.registrationIntroduction is not empty %}
{{ page.group.translated.registrationIntroduction|sw_sanitize }}
{% endif %} {% endblock %} {% block component_account_register_redirect %} {{ parent() }} {% endblock %} {% block component_account_register_personal_address_fields %} {% sw_include '@Storefront/storefront/component/account/customer-group-register-address-form.twig' with { showBirthdayField: config('core.loginRegistration.showBirthdayField') } %} {% endblock %}