{% extends base_template %} {% block title %}Log in with your OpenID{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Log in

{% if message %}

{{ message }}

{% endif %}

With your username and password

{% if next %} {% endif %}

Or with your OpenID

{% if next %} {% endif %}

{% if account_recovery %}

Lost your password or can't log in with OpenID? Recover your account.

{% endif %} {% endblock %}