{% extends "themis/base.html" %} {% load socialaccount %} {% block title %}Log In — {{ themis_app_name }}{% endblock %} {% block content %}

Log In

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% if CASDOOR_ENABLED %}
{% csrf_token %}
{% endif %} {% if ALLOW_LOCAL_LOGIN or user.is_superuser %} {% if CASDOOR_ENABLED %}
or
{% endif %} {% if form.errors %}
Invalid email or password. Please try again.
{% endif %}
{% csrf_token %}
{% if next %} {% endif %}
{% endif %}
{% endblock %}