{{ 'customer.login.title' | t }}


{% comment %} If a user has successfully requested a new password, the form.posted_successfully? variable is set to true within the 'recover_customer_password' form only. Within that form you'll see the variable 'resetPassword' set to true, which is used to initialize timber.resetPasswordSuccess(). {% endcomment %}
{% form 'customer_login' %} {{ form.errors | default_errors }} {% if form.password_needed %} {% endif %}

{{ 'layout.customer.create_account' | t | customer_register_link }}

{{ 'customer.login.cancel' | t }}

{% if form.password_needed %}

{{ 'customer.login.forgot_password' | t }}

{% endif %} {% endform %}
{% comment %} JS shows/hides this form in timber.loginForms() {% endcomment %} {% comment %} If accounts are set as optional, the following will be shown as an option during checkout, not on the default /login page. {% endcomment %} {% if shop.checkout.guest_login %}

{{ 'customer.login.guest_title' | t }}


{% form 'guest_login' %} {% endform %} {% endif %}
You have successfully subscribed!
This email has been registered
ico-collapse
0
ic-cross-line-top
Top
ic-expand
ic-cross-line-top