{% extends "base.html" %} {% load bootstrap5 %}
{% block content %} {% if form.errors %}

Utente e/o password non validi. Riprovare.

{% 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 %}
{% endblock content %}