{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load manager_extras %} {% block title %} {% trans "Login" %}{% endblock %} {% block header %} {% endblock %} {% block content %} {% if not user.is_authenticated %}
{% blocktrans %}Persona (BrowserID) replaces multiple passwords, you don't need to remember a new password for this site. For more information, please take a look at the the Persona website.{% endblocktrans %}
{% endif %} {% endblock %} {% block sidebar %}