{% extends "base.html" %} {% block title_suffix %} - System{% endblock %} {% block content %}
{% if daemon_running %}
The daemon is processing requests. Use bw loop stop to stop it.
{% else %}
Start the daemon with bw loop start
{% endif %}
| Status | Count |
|---|---|
| {{ STATUS_NAMES.get(status, status) }} | {{ count }} |
| No requests | |
| Phase | Count |
|---|---|
| {{ PHASE_NAMES.get(phase, phase) }} | {{ count }} |
| No requests | |