{% extends "base.html" %} {% load i18n %} {% load extra_tags %} {% block title %}{% spaceless %}{% trans "User login" %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
{% trans "User login" %}
{% if msg %}

{{ msg }}

{% endif %} {% if answer %}
{% blocktrans with answer.question.title as title and answer.summary as summary %} Your answer to {{title}} {{summary}} will be posted once you log in {% endblocktrans %}
{% endif %} {% if question %}
{% blocktrans with question.title as title and question.summary as summary %}Your question {{title}} {{summary}} will be posted once you log in {% endblocktrans %}
{% endif %}
{% trans "Click to sign in through any of these services." %}
{{ form2.next }}

{% trans 'Enter your Provider user name' %}

{% trans 'Enter your web address' %}

{% trans 'Enter your login name and password' %}

{% if form1.errors %} {{form1.non_field_errors.as_ul}} {% endif %}

{% trans "Create account" %}
{% trans "Forgot your password?" %}

{% endblock %} {% block sidebar %}

{% trans "Why use OpenID?" %}

{% endblock%}