{% extends "base.html" %} {% load djblets_deco %} {% load djblets_utils %} {% load i18n %} {% block title %}{% trans "Log In" %}{% endblock %} {% block content %} {% ifnotequal siteconfig.settings.auth_backend "builtin" %} {% box "important" %}

{% trans "Log in with your standard username and password" %}

{% blocktrans %}There's no need to register a new account. Your standard username and password should work fine.{% endblocktrans %}

{% endbox %} {% endifnotequal %} {% box "loginform" %}

{% trans "Log In" %}

{% if error %} {% errorbox %} {{ error }} {% enderrorbox %} {% endif %} {% ifequal siteconfig.settings.auth_backend "builtin" %} {% endifequal %} {% ifequal siteconfig.settings.auth_backend "builtin" %} {% endifequal %}
{% if siteconfig.settings.auth_enable_registration|default_if_none:1 %} {% trans "Don't have an account?" %} {% trans "Create one now" %} {% endif %}
{% trans "Forgot your password?" %} {% trans "Recover it" %}
 
{% endbox %} {% endblock %}