{% extends "member/Base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Log in" %}{% endblock %} {% block body %}
{% if ACCOUNT_OPEN_SIGNUP %} {% trans "Don't have an account?" %} {% trans "Sign up" %} {% endif %} {% endblock %}