{% extends "base.html" %} {% load static %} {% block title %}Deactivate Lab Test - {{ lab_test.test_name }} - {{ block.super }}{% endblock %} {% block content %}
You are about to deactivate the lab test "{{ lab_test.test_name }}". This action will make the test unavailable for new orders but will preserve all historical data.
| Test Name: | {{ lab_test.test_name }} |
| Test Code: | {{ lab_test.test_code }} |
| Category: | {{ lab_test.get_category_display }} |
| Price: | ${{ lab_test.price|floatformat:2 }} |
| Created: | {{ lab_test.created_at|date:"M d, Y" }} |
This test has {{ pending_orders }} pending order(s). Deactivating the test will not affect these existing orders, but you should consider:
This test can be reactivated later by editing the test details and setting the status to "Active". All historical data will remain intact.
Move to archived tests section