{% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% trans "Password required" %}

{% trans "Password required" %}

{% block password_required_message %}

{% trans "You need a password to access this page." %}

{% endblock %}
{% csrf_token %} {{ form.as_p }}