{% extends "base.html" %} {% load django_bootstrap5 %} {% block content %} {% if next %} {% if user.is_authenticated %} {% bootstrap_alert "Your account does not have access to this page. To proceed, please login with an account that has access." alert_type="warning" %} {% else %} {% bootstrap_alert "Please login to see this page." alert_type="warning" %} {% endif %} {% endif %} {% block login_form %}
{% endblock %} {% endblock %}