{% extends 'leprikon/base.html' %} {% load i18n cms_tags leprikon_tags sekizai_tags staticfiles %} {% block content %}

{% block title %}{% trans 'Login' %}{% endblock %}

{% csrf_token %} {% for item in form %}
{{ item }}
{% endfor %}

{% trans 'Other options' %}

{% if 'google-oauth2' in backends.not_associated %} {% elif 'google-plus' in backends.not_associated %} {% endif %} {% if 'facebook' in backends.not_associated %} {% endif %}
{% addtoblock 'css'%} {% endaddtoblock %} {% endblock %}