{% load i18n %} {% trans "Login" %} {% load oneall %} {% oneall_header %} {# Bootstrap is not required. This is just to give us some non-hideous default look. #}

{% trans "Login" %}

{% if login_failed %}
{% trans "Login failed!" %}
{% endif %} {% if logged_out %}
{% trans "Logged out!" %}
{% endif %}

{% trans "Social Login" %}

{% oneall_social_login %}
{% csrf_token %}

{% trans "E-mail Login" %}

{% if check_your_mail %} {% trans "Check your e-mail for the login link." %} {% else %} {{ email_form.as_p }} {% endif %}