{% extends "base.html" %} {% load browserid %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "Login" %}{% endblock %} {% block header %} {% browserid_info %} {% endblock %} {% block content %}
{% if not hide_persona %}{% 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 %}