{% extends "base.html" %} {% set active_nav = "testkits" %} {% block title %}Test Kits - LSMC Hub{% endblock %} {% block content %}
{% if testkits %} {% for kit in testkits %} {% endfor %} {% else %} {% endif %}
Label EUID Type Status Expiration Created Actions
{{ kit.display_label }} {% if not kit.kit_barcode %}
EUID fallback
{% endif %}
{{ kit.euid }} {{ kit.kit_type or '—' }} {{ kit.status or 'CREATED' }} {{ kit.expiration_date.strftime('%Y-%m-%d') if kit.expiration_date else '—' }} {{ kit.created_at.strftime('%Y-%m-%d') if kit.created_at else '—' }} View
No test kits found
{% if total > limit %} {% endif %} {% endblock %}