{% extends "base.html" %} {% load static %} {% block title %}Delete Broadcast - Communications{% endblock %} {% block content %}
You are about to delete this broadcast. This action cannot be undone and will affect delivery tracking and audit records.
| Title: | {{ object.title }} |
| Type: | {{ object.get_type_display }} |
| Priority: | {{ object.get_priority_display }} |
| Status: | {{ object.get_status_display }} |
| Created: | {{ object.created_at|date:"M d, Y H:i" }} |
| Recipients: | {{ object.total_recipients|default:"0" }} |
| Delivered: | {{ object.delivered_count|default:"0" }} |
| Pending: | {{ object.pending_count|default:"0" }} |
| Failed: | {{ object.failed_count|default:"0" }} |
| Sent At: | {{ object.sent_at|date:"M d, Y H:i"|default:"Not sent" }} |
This broadcast is scheduled for {{ object.scheduled_at|date:"M d, Y H:i" }}. Deleting it will cancel the scheduled delivery.