{% sw_extends '@Parent/storefront/component/address/address-form.html.twig' %}
{% block component_address_form_company %}
{% if shopware.config.core.loginRegistration.showAccountTypeSelection or prefix == "address" or prefix == "shippingAddress" or hasSelectedBusiness %}
{% set isRegisterPage = false %}
{% if activeRoute in ['frontend.account.login.page', 'frontend.account.register.page', 'frontend.checkout.register.page'] %}
{% set isRegisterPage = true %}
{% endif %}
{% if isRegisterPage %}
<div class="js-field-toggle-contact-type-company d-none">
<input type="hidden">
</div>
{% endif %}
{% endif %}
{{ parent() }}
{% endblock %}