{% extends "registration/base.html" %} {% load i18n %} {% block cscontent %} {% if not user.is_authenticated %}
{% trans "You can use your Facebook or Twitter accounts to log in" %}
{% endif %} {% endblock %} {% block cssidebar %}{% trans "You are already logged in" %}
{% else %} {% endif %} {% endblock %}