{% extends "base.html" %} {% set active_nav = "errors" %} {% block title %}Errors — Cellarbrain Explorer{% endblock %} {% block page_title %}Error Log{% endblock %} {% block content %}
{% if type_summary %}
Error Type Summary ({{ type_summary | length }} types) {% for ts in type_summary %} {% endfor %}
Error TypeCount
{{ ts.error_type or "Unknown" }} {{ ts.count }}
{% else %} {% endif %}
{% include "partials/error_rows.html" %}
Time Tool Error Type Message Duration
{% endblock %}