{% extends "base.html" %} {% set active_nav = "admin" %} {% block title %}{{ 'Edit Test' if assay else 'Create Test' }} - LSMC Hub{% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %}
Unique identifier for the test (cannot be changed after creation)
If set, this Test is linked to a Bloom lab_method external object for future lab integration.
Comma-separated list. Values are normalized to uppercase and duplicates are removed.
{% if assay %}
{% endif %}
Cancel
{% endblock %}