templates/registration/steps/brandInfo.html.twig line 1

Open in your IDE?
  1. {% if formLabel == 'Brand Info' %}
  2. <div class="row">
  3. <div class="col-12">
  4. {{ form_row(form.brand) }}
  5. <div class="alert alert-info">
  6. To add additional Brands, complete your registration and visit "My Account" once logged in. From there, you may click "+Add Store" button.
  7. </div>
  8. </div>
  9. </div>
  10. {% endif %}