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

{{page_title}}

{% 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 %}
{% if view_subtype == 'default' or view_subtype == 'email_sent' %}

{% trans "You can use your favorite service from those listed below to sign in using secure OpenID or similar technology. Your external service password always stays confidential and you don't have to rememeber or create another one." %}

{% endif %} {% if view_subtype == 'add_openid' %}

{% trans "Please add a more permanent login method by clicking one of the icons below, to avoioid logging in via email each time. All of the services listed below provide a secure sign-in method based on OpenID or similar technology." %}

{% endif %} {% if view_subtype == 'change_openid' %}

{% trans "You are already signed in, but if you want to change the login method for the future use - just click on one of the icons below." %}

{% endif %} {% if openid_error_message %}

{{ openid_error_message }}

{% endif %} {% comment %}
  • {% endcomment %}
    icon http://username
    icon https://www.google.com/accounts/o8/id
    icon http://yahoo.com/
    icon http://openid.aol.com/username
    {% comment %}
  • icon
    http://{your-openid-url}
  • {% if question %} {% else %} {% if answer %} {% else %} {% endif %} {% endif %}
  • icon http://{your-openid-url}
  • {% endcomment %}
    icon http://username.myopenid.com/ icon http://flickr.com/username/ icon http://technorati.com/people/technorati/username/ icon http://username.wordpress.com icon http://username.blogspot.com/ icon http://username.livejournal.com icon http://claimid.com/username icon http://username.myvidoop.com/ icon http://username.pip.verisignlabs.com/
    {{ openid_login_form.next }}

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

    {% trans 'Enter your web address' %}

    {% comment %}

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

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

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

    {% endcomment %}
    {% if view_subtype == 'default' or view_subtype == 'email_sent' %}
    {% if view_subtype == 'email_sent' %}

    {% trans "Account recovery email sent" %}

    {% else %}

    {% trans "Still have trouble accessing your account?" %}

    {% endif %} {% if account_recovery_message %}

    {{account_recovery_message}}

    {% else %}

    {% trans "Please, enter your email address below to recover" %}

    {% endif %} {{ account_recovery_form.email }}
    {% endif %} {% endblock %} {% block sidebar %}

    {% trans "Why use OpenID?" %}

    {% comment %} {% endcomment %} {% endblock%}