{% extends 'base.html' %} {% load static %} {% block title %}Admin Login - AIBOTXCHANGE{% endblock %} {% block content %}

Admin Access

Secure administrative panel login

{% csrf_token %}
{% if form.errors or error %}
{% for field, errors in form.errors.items %} {% for error in errors %}

{{ error }}

{% endfor %} {% endfor %} {% if error %}

{{ error }}

{% endif %}
{% endif %}

Security Notice

This is a secure administrative area. All access attempts are logged and monitored.

{% endblock %}