{% extends "modern/base.html" %} {% block title %}Operational Anomalies - BLOOM LIMS{% endblock %} {% block content %}
Read-only anomaly records persisted for Bloom operators.
Anomaly store unavailable: {{ error_detail }}
{% endif %} {% if anomalies %}| ID | Severity | Category | Summary | Count |
|---|---|---|---|---|
| {{ item.id }} | {{ item.severity }} | {{ item.category }} | {{ item.summary }} | {{ item.occurrence_count }} |
No anomalies recorded.
{% endif %}{{ anomaly.summary }}
{{ anomaly.redacted_context | tojson }}
Select an anomaly to inspect its redacted details.
{% endif %}