{% extends "layouts/layout.html" %} {% load i18n %} {% block main_content %}

{% trans 'Please sign in' %}

{% if form.errors %} {% endif %} {% if next %} {% if user.is_authenticated %}

Your account doesn't have access to this page. To proceed, please login with an account that has access.

{% endif %} {% endif %}
{% csrf_token %}
{% if settings.ALLOW_REGISTER %}
{% trans "No account?" %} {% trans "Register!" %}
{% endif %}
{% endblock main_content %}