{% extends "base.html" %} {% block title %}Bulk Operations{% endblock %} {% block content %}

Bulk Operations

Perform batch updates across multiple devices with preview and confirmation

Caution: Powerful Operations

Bulk operations affect multiple devices at once. Always preview changes before executing. Destructive operations cannot be undone.

Select Operation

Recent Operations

{% if recent_operations %} {% for op in recent_operations %} {% endfor %}
Operation Devices Affected Executed At
{{ op.operation_type }} {{ op.affected_count }} {{ op.executed_at }}
{% else %}

No recent bulk operations

{% endif %}
{% endblock %}