{% set form = hookable_metadata.context.form %} {% if form.customer is defined %}
{{ form_row(form.customer.email, sylius_test_form_attribute('login-email')|sylius_merge_recursive({attr: {'data-api-login-target': 'email'}})) }} {% if hookable_metadata.context.email_exists %}
{% endif %}
{% endif %}