{% if config('core.loginRegistration.showAccountTypeSelection') and not hideCustomerTypeSelect %}
<div class="form-row">
<div class="form-group col-md-3 col-sm-6 contact-type">
{% sw_include '@Storefront/storefront/component/address/account-type-inner.html.twig' %}
</div>
</div>
{% elseif not hideCustomerTypeSelect %}
<input type="hidden" name="accountType">
{% endif %}