{% extends "base.html" %} {% block title %}Login{% endblock %} {% block body %}
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 %}