{% extends 'base.html' %} {% load i18n %} {% load form_as_div %} {% block content %} {% if next %}

{% if user.is_authenticated %} {% blocktrans %} Your account doesn't have access to this page. To proceed, please login with an account that has access. {% endblocktrans %} {% else %} {% blocktrans %} Please login to see this page. {% endblocktrans %} {% endif %}

{% endif %}
{% csrf_token %} {{ form|as_div }}

{% trans 'Forgot password?' %}

{% endblock %}