{% extends "userprofile/base_2col.html" %} {% load i18n %} {% load txcommontags %} {% block title %}{% trans "User sign in" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% endblock %} {% block userprofile_content %}

{% trans "Sign in" %}

{% trans "Enter your username and password to sign in." %}

{% csrf_token %}
{% form_as_table_rows form %}

{% endblock %} {% block userprofile_content_related %}

{% trans "Utilities" %}:

{# http://code.djangoproject.com/ticket/7239 #} {% trans "Lost your password?" %}
{% trans "Resend validation e-mail" %}
{% trans "Sign up!" %}
{% endblock %}