{% extends "base.html" %} {% set active_nav = "dashboard" %} {% block title %}Dashboard - LSMC Atlas{% endblock %} {% block content %}
LSMC Atlas
Track TRFs, shipments, results, and support activity from one operational view.
| TRF | Patient | Status | Created |
|---|---|---|---|
| {{ order.order_number }} | {{ order.patient_name or "—" }} | {{ order.status }} | {{ order.created_at | format_dt(user_preferences) }} |
No TRFs yet
{% if user.can_write %} Create Your First TRF {% endif %}| Barcode | Type | Issue | Since | |
|---|---|---|---|---|
| {{ exc.barcode }} | {{ exc.type }} | {{ exc.issue }} | {{ exc.created_at | format_dt(user_preferences) }} | Open Queue |