Tubes

{% if tube_linked_rows %}
{% for tube_row in tube_linked_rows %} {% endfor %}
Tube Status Filled Patient
{{ tube_row.container_euid }} {{ tube_row.status }} {{ "Yes" if tube_row.filled else "No" }} {{ tube_row.patient_name or "—" }} Open
{% else %}

No tubes are linked here yet.

{% endif %} {% if user.can_write %}
{% endif %}