{% extends "mongo_auth/base.html" %} {% load future i18n %} {% block title %}{% trans "Login" %}{% endblock %} {% block content %}

{% trans "Login" %}

{% with next|default:request_get_next|default:LOGIN_REDIRECT_URL as next %} {% trans "Login" as form_submit %} {% url "login" as form_action %} {% include "mongo_auth/form.html" %} {% endwith %} {% url "registration" as registration_url %} {% if registration_url %} {% endif %} {% url "password_reset" as password_reset_url %} {% if password_reset_url %} {% endif %}
{% endblock %}