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

{% trans 'Please select!' %}

{% trans 'Login' %}

{% trans 'If you are already customer you can login. Your adress data will then already known.' %}
{% 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.' %}
{{ register_form }}
{% endif %} {% if anonymous_checkout %}

{% trans 'Checkout' %}

{% trans 'You can also checkout without login or registration.' %}
 
{% trans 'Checkout' %}
{% endif %} {% endblock %}