{% extends "shop/base.html" %} {% load i18n %} {% block navbar %}
  • {% trans "Home" %}
  • {% trans "Checkout" %}
  • {% endblock %} {% block content %}

    {% trans "Authentication required" %}

    {% csrf_token %}
    {% trans "In order to have access to your products and order history, please log in. After that you may continue to checkout with your current cart." %}
     

    {% trans "If you do not have an account, please" %} {% trans "click here" %}.

    {% trans "If you do not remember your password, please" %} {% trans "click here to have it reset." %}

    {% endblock %}