{% extends "modern/base.html" %} {% block title %}Queue Details - BLOOM LIMS{% endblock %} {% block content %}
| Position | Item EUID | Type | Status | Added | Actions | |
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ item.euid }} | {{ item.subtype | default('-') }} | {{ item.status | default('pending') }} | {{ item.added_dt | format_dt('standard') if item.added_dt else '-' }} | ||
| Queue is empty | ||||||