{% extends "base.html" %} {% load i18n %} {% block content %}
{{ lang_name }}
{% if errors_message %}

Your username and password didn't match. Please try again.

{% endif %} {% if confirm_mail_password %} {% trans 'Password reset confirmation sent' %} {% else %}
{% if invalid_userid %} {% trans 'the username you entered could not be found!' %} {% endif %}
{% endif %} {% endblock %}