{% extends "lfs/base.html" %} {% load i18n %} {% load lfs_tags %} {% block title %} {% trans 'Login' %} - {{ block.super }} {% endblock %} {% block section %}customer-login{% endblock %} {% block breadcrumbs %} {% breadcrumbs _("Login") %} {% endblock %} {% block wrapper %}

{% trans 'Please select!' %}

{% trans 'Login' %}

{% trans 'If you are already customer you can login. Your address data will be stored in your account.' %}
{% csrf_token %}
{% lfs_form login_form %}
{% trans 'Forgot password?' %}
{% if not ANON_ONLY %}

{% trans 'Register' %}

{% trans 'If you are not already a customer you can register in order to store your address data and to follow the state of your orders.' %}
{% csrf_token %}
{% lfs_form register_form %}
{% endif %} {% endblock %}