LOG IN
{% form 'customer_login' %}
{{ 'customer.login.title' | t }}
{{ form.errors | default_errors }} {% if form.password_needed %} {% endif %}
{% if form.password_needed %}
{% endform %}
{{ 'customer.login.forgot_password' | t }}
{% endif %} {% comment %}{{ 'layout.customer.create_account' | t | customer_register_link }}
{% endcomment %}{{ 'customer.recover_password.title' | t }}
{{ 'customer.recover_password.subtext' | t }}
{% form 'recover_customer_password' %}
{{ form.errors | default_errors }}
{% comment %}
Add a hidden span to indicate the form was submitted succesfully.
{% endcomment %}
{% if form.posted_successfully? %}
{% endif %}
{% endform %}