{% extends "socialaccount/base.html" %} {% load i18n %} {% load uni_form_tags %} {% load account_tags %} {% block head_title %}{% trans "Sign In" %}{% endblock %} {% block body %} {% if openid and not user.is_authenticated %}

It appears you have started to login using OpenID. Want to finish logging in?

{% endif %}

{% trans "Sign In" %}

Sign in using your account with:

{% include "socialaccount/snippets/login_extra.html" %} {% if user.is_authenticated %} {% user_display user as user_display %}

{% trans "Note" %}: {% blocktrans %}you are already signed in as {{ user_display }}.{% endblocktrans %}

{% else %} {% url account_signup as signup_url %}

{% blocktrans %}Otherwise, sign up for a new account.{% endblocktrans %}

{% endif %} {% endblock %}