{% extends "base.html" %} {% load static %} {% block title %}Delete Message - Communications{% endblock %} {% block content %}
You are about to permanently delete this message. This action cannot be undone. All delivery logs and recipient information will also be removed.
| Subject: | {{ object.subject }} |
| Type: | |
| Priority: | {{ object.get_priority_display }} |
| Status: | {{ object.get_status_display }} |
| Recipients: | {{ object.messagerecipient_set.count }} recipient{{ object.messagerecipient_set.count|pluralize }} |
| Created: | {{ object.created_at|date:"M d, Y g:i A" }} |
Keep the message but mark it as archived for future reference.
Download message data before deletion for your records.