{% extends "base.html" %} {% load i18n %} {% block navbar %}
  • {% trans "Home" %}
  • {% endblock %} {% block content %} {% if form.has_errors %}

    {% trans "Your email address and password didn't match. Please try again." %}

    {% endif %}
    {{ form.username }}
    {{ form.password }}
    {% else %} value="{% url satchmo_account_info %}" /> {% endif %}

    {% 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 %}