{% extends "base.html" %} {% load static %} {% block title %}Delete {{ object.name }} - Analytics Reports{% endblock %} {% block content %}
You are about to permanently delete an analytics report. This action cannot be undone and will affect all associated data and schedules.
| Name: | {{ object.name }} |
| Description: | {{ object.description|default:"No description" }} |
| Category: | {{ object.get_category_display }} |
| Type: | {{ object.get_type_display }} |
| Status: | {{ object.get_status_display }} |
| Created: | {{ object.created_at|date:"M d, Y" }} |
| Created By: | {{ object.created_by.get_full_name|default:"System" }} |
| Last Generated: | {{ object.last_generated|date:"M d, Y H:i"|default:"Never" }} |
| Total Executions: | {{ object.execution_count }} |
| Success Rate: | {{ object.success_rate }}% |
This is a scheduled report with the following configuration:
Consider these alternatives instead of deletion:
This report has {{ object.dependency_count }} dependencies that may be affected: