{% extends 'custom_admin/base.html' %} {% block title %}Delete All Activities{% endblock %} {% block page_title %}Delete All Activities{% endblock %} {% block content %}

Warning: Irreversible Action

This action will permanently delete all admin activities and cannot be undone.

Current Activity Statistics

{{ total_activities }}

Total Activities

{{ total_activities }}

Will be Deleted

Confirm Deletion

You are about to delete {{ total_activities }} admin activities. This includes all login logs, property changes, carousel updates, and other administrative actions.

What will be deleted:

  • • All admin login/logout records
  • • All property management activities
  • • All carousel slide changes
  • • All navbar image updates
  • • All land property activities
  • • All contact message activities
  • • All other administrative actions
{% csrf_token %}
Cancel
{% endblock %}