{% extends "base.html" %} {% load static %} {% block title %}Delete Equipment - {{ object.name }}{% endblock %} {% block content %}
You are about to permanently delete this equipment record. This action cannot be undone and will affect scheduling and historical data.
| Name: | {{ object.name }} |
| Modality: | {{ object.get_modality_display }} |
| Location: | {{ object.location }} |
| Manufacturer: | {{ object.manufacturer|default:"Not specified" }} |
| Model: | {{ object.model|default:"Not specified" }} |
| Serial Number: | {{ object.serial_number|default:"Not specified" }} |
| Status: | {{ object.get_status_display }} |
| Total Studies: | {{ object.total_studies|default:0 }} |
| Studies This Month: | {{ object.studies_this_month|default:0 }} |
| Last Used: | {{ object.last_used|date:"M d, Y"|default:"Never" }} |
| Installation Date: | {{ object.installation_date|date:"M d, Y"|default:"Unknown" }} |
| Purchase Cost: | {{ object.purchase_cost|default:"Not specified" }} |
| Utilization Rate: | {{ object.utilization_rate|default:0 }}% |
This equipment has {{ object.active_studies_count }} active or scheduled studies. Deleting this equipment will affect these studies.
This equipment has been used for {{ object.total_studies }} studies. Deleting it will remove significant historical data.
This equipment is currently operational and available for scheduling. Consider taking it offline first.
This equipment has an active service contract. Ensure the contract is properly terminated before deletion.
If you're unsure about deleting this equipment, contact: