test
{{ 'customer.login.title' | t }}
{% comment %}{{ 'customer.login.description' | t }}
{% endcomment %}{{- form.errors.messages['form'] -}}
{%- endif -%}
{{ 'customer.login.register_label' | t }} {{ 'customer.login.register_link' | t }}
{%- endform -%} {%- comment -%} -------------------------------------------------------------------------------------------------------------------- CUSTOMER RECOVERY FORM -------------------------------------------------------------------------------------------------------------------- {%- endcomment -%} {%- if is_recover_active -%} {%- assign recover_default_visibility = 'display: block' -%} {%- else -%} {%- assign recover_default_visibility = 'display: none' -%} {%- endif -%} {%- form 'recover_customer_password', name: 'recover', class: 'Form Form--spacingTight', id: 'recover_customer_password', style: recover_default_visibility -%}{{ 'customer.recover_password.title' | t }}
{%- unless form.posted_successfully? -%}{{ 'customer.recover_password.description' | t }}
{%- endunless -%}{{- form.errors.messages['form'] -}}
{%- endif -%} {%- if form.posted_successfully? -%}{{- 'customer.recover_password.success' | t -}}
{%- endif -%}
{{ 'customer.recover_password.login_label' | t }}
{%- endform -%}