{% extends "base.html" %} {% load i18n %} {% block content %}
{% csrf_token %}

{% trans "Please sign in" %}

{% if fail == True %} {% else %}
{% endif %} {% trans "Forgot Password?" %}
{% endblock %}