{% extends "registration/base.html" %} {% load i18n %} {% block cscontent %} {% if user.is_authenticated %} {% else %}

{% trans "Sign in" %}

{% trans "I'm new here. Create account" %}

{% trans "Sign in using Facebook or Twitter" %}

Twitter icon Facebook icon

{% trans "You can use your Facebook or Twitter accounts to log in" %}

{% endif %} {% endblock %} {% block cssidebar %}

{% trans "Log in" %}

{% if user.is_authenticated %}

{% trans "You are already logged in" %}

{% else %}
{% csrf_token %} {% if form.errors %} {% endif %}

{{ form.username }}

{{ form.password }}

{% endif %} {% endblock %}