{% load static %} Admin Lock Screen
avatar

Hi, {{ request.user.username }}

Enter your password to access the admin panel.

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %}