{% extends "admin/change_list.html" %} {% block content_title %}

{{ title }}

🚀 Bulk Server Operations

Perform operations on all available servers at once. These actions will include all servers in the system.

📦 Bulk Move Clients 🗑️ Bulk Purge Users
💡 Tip: You can also select specific servers below and use the "Actions" dropdown, or click individual action buttons in the "Actions" column for single-server operations.
{% endblock %} {% block extrahead %} {{ block.super }} {% load static %} {% endblock %} {% block result_list %}
📊 Server Overview:
Total Servers: {{ cl.result_count }}
{% if cl.result_count > 0 %}
Available Operations: Move Links, Purge Users, Bulk Actions
{% endif %}
{{ block.super }} {% endblock %}