{% extends "base.html" %} {% block title %}Login{% endblock %} {% block auth_content %}

Sign in to your AI security platform

{% if form.errors %}
Invalid username or password. Please try again.
{% endif %} {% if request.GET.account_deleted %}
Your account has been deleted.
{% endif %}
{% csrf_token %}
{% endblock %}