{# Provides customer type, salutation, title, firstname, lastname, and birthday fields for address forms (e.g. registering a user, creating or updating an address) #} {% block component_address_personal_fields %} {% block component_address_personal_account_type %} {% set accountTypeFieldName = prefix ? prefix ~ '[accountType]' : 'accountType' %} {% if (onlyCompanyRegistration or (config('core.loginRegistration.showAccountTypeSelection') and not hideCustomerTypeSelect)) and not hasSelectedBusiness %}