{% extends "base.html" %} {% load static %} {% block title %}Operating Rooms - {{ block.super }}{% endblock %} {% block content %}
| Room | Type | Status | Current Case | Capabilities | Floor | Actions | |
|---|---|---|---|---|---|---|---|
|
{{ room.room_number }}
{{ room.room_name }}
|
{{ room.get_room_type_display }} | {{ room.get_status_display }} |
{% if room.current_case %}
{{ room.current_case.primary_procedure|truncatechars:30 }}
{{ room.current_case.patient.get_full_name }}
|
{% if room.supports_robotic %}
R
{% endif %}
{% if room.supports_laparoscopic %}
L
{% endif %}
{% if room.has_c_arm %}
C
{% endif %}
{% if room.supports_microscopy %}
M
{% endif %}
|
Floor {{ room.floor_number }} |