{% extends "base.html" %} {% block title %}Login{% endblock %} {% block body %}

Login

{% if login_attempted %}

You entered invalid credentials.

{% elseif login_attempted_token %}

You entered an invalid multi-factor authentication token.

{% else %}

Enter your username and password to continue.

{% endif %}
{% if needs_token %} {% endif %}

{% endblock %}