{% extends 'base.html' %} {% load static %} {% block title %}Delete Blood Unit - {{ blood_unit.unit_number }}{% endblock %} {% block css %} {% endblock %} {% block content %}
This action cannot be undone and may have serious implications for patient safety and regulatory compliance.
| Unit Number: | {{ blood_unit.unit_number }} |
| Blood Group: | {{ blood_unit.blood_group.display_name }} |
| Component: | {{ blood_unit.component.get_name_display }} |
| Volume: | {{ blood_unit.volume_ml }} ml |
| Status: | {{ blood_unit.get_status_display }} |
| Donor: | {{ blood_unit.donor.full_name }} |
| Collection Date: | {{ blood_unit.collection_date|date:"M d, Y" }} |
| Expiry Date: | {{ blood_unit.expiry_date|date:"M d, Y" }} |
| Location: | {{ blood_unit.location.name }} |
| Created: | {{ blood_unit.created_at|date:"M d, Y H:i" }} |
Consider these alternatives instead of permanent deletion:
Preserve all data while removing from active inventory
Change status to reflect current condition