{% extends "base.html" %} {% set active_nav = "testkits" %} {% block title %}Test Kit {{ testkit.display_label }} - LSMC Atlas{% endblock %} {% block content %}
{{ testkit.display_label }}
Created {{ testkit.created_at | format_dt(user_preferences) if testkit.created_at else 'Unknown' }}
{{ testkit.display_label }}{{ testkit.kit_barcode or 'Not yet assigned' }}| TRF | Status | Linked | {% if user.can_write and can_write_in_tenant %}{% endif %} |
|---|---|---|---|
{{ trf.number }} |
{{ trf.status or '—' }} | {{ trf.linked_at | format_dt(user_preferences) if trf.linked_at else '—' }} | {% if user.can_write and can_write_in_tenant %}{% endif %} |
No TRFs are linked to this test kit yet.
{% endif %} {% if user.can_write and can_write_in_tenant %}Create a Bloom tube from this kit. Patient is optional; if set, Atlas also creates a specimen linked to the patient and container.
{% if user.can_write and can_write_in_tenant %} {% else %}You do not have write access for this test kit tenant.
{% endif %}