{{ 'sylius.ui.personal_information'|trans }}

{{ form_row(form.firstName, sylius_test_form_attribute('first-name')|sylius_merge_recursive({"row_attr":{"class":"form-group"},"label_attr": {"class":"heading_s1", "style":"margin-bottom: 0.5rem; margin-top: 1.5rem;"},"attr" : {"class":"form-control"}})) }}
{{ form_row(form.lastName, sylius_test_form_attribute('last-name')|sylius_merge_recursive({"row_attr":{"class":"form-group"},"label_attr": {"class":"heading_s1", "style":"margin-bottom: 0.5rem; margin-top: 1.5rem;"},"attr" : {"class":"form-control"}})) }}
{{ form_row(form.email, sylius_test_form_attribute('email')|sylius_merge_recursive({"row_attr":{"class":"form-group"},"label_attr": {"class":"heading_s1", "style":"margin-bottom: 0.5rem; margin-top: 1.5rem;"},"attr" : {"class":"form-control"}})) }}
{{ form_row(form.phoneNumber, sylius_test_form_attribute('phone-number')|sylius_merge_recursive({"row_attr":{"class":"form-group"},"label_attr": {"class":"heading_s1", "style":"margin-bottom: 0.5rem; margin-top: 1.5rem;"},"attr" : {"class":"form-control"}})) }}

{{ 'sylius.ui.account_credentials'|trans }}

{{ form_row(form.user.plainPassword.first, sylius_test_form_attribute('password-first')|sylius_merge_recursive({"row_attr":{"class":"form-group"},"label_attr": {"class":"heading_s1", "style":"margin-bottom: 0.5rem; margin-top: 1.5rem;"},"attr" : {"class":"form-control"}})) }}
{{ form_row(form.user.plainPassword.second, sylius_test_form_attribute('password-second')|sylius_merge_recursive({"row_attr":{"class":"form-group"},"label_attr": {"class":"heading_s1", "style":"margin-bottom: 0.5rem; margin-top: 1.5rem;"},"attr" : {"class":"form-control"}})) }}
{{ form_row(form.subscribedToNewsletter, sylius_test_form_attribute('subscribed-to-newsletter')|sylius_merge_recursive({"row_attr":{"class":"custome-checkbox"},"label_attr": {"class":"form-check-label my-4"},"attr" : {"class":"form-check-input my-4"}})) }}