custom/plugins/GrimmTheme/src/Resources/views/storefront/component/address/account-type.html.twig line 1

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