{% extends "base.html" %} {% block title %}Manifest {{ manifest.manifest_number }} - LSMC Atlas{% endblock %} {% block content %}
{{ manifest.items_count }} items
| Specimen Barcode | Type | Patient ID | TRF EUID | Collection Date | Notes | Status |
|---|---|---|---|---|---|---|
| {{ item.specimen_barcode }} | {{ item.specimen_type or '-' }} | {% if item.patient_id %} {{ item.patient_id }} {% else %} - {% endif %} | {% if item.trf_euid %} {{ item.trf_euid }} {% else %} - {% endif %} | {{ item.collection_date or '-' }} | {{ item.notes or '-' }} | Imported |
No items in this manifest
{% endif %}