{% extends "member/Base.html" %} {% load i18n %} {% block title %}{% trans "Log in" %}{% endblock %} {% block body %}
{% trans "Log in to an existing account" %} {% csrf_token %} {{ form }} {% if redirect_field_value %} {% endif %} {% trans "Forgot your password?" %}
{% if ACCOUNT_OPEN_SIGNUP %} {% trans "Don't have an account?" %} {% trans "Sign up" %} {% endif %} {% endblock %}