{% extends "fusion/base.html" %} {% block title %}{{ title | default(value="Fusion Monitor") }}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ title | default(value="Fusion Monitor") }}

{{}} {{}} {{}} {{}}
{% %} {% if empty_entries %}

No keys in the process-wide cache.

{% else %} {{}} {% endif %} {%
%}
{% %} {% if empty_events %}

No set / delete / clear events yet.

{% else %} {{}} {% endif %} {%
%}
{% %} {% if empty_tasks %}

No process-wide Tokio background tasks tracked yet.

{% else %} {{}} {% endif %} {%
%}
{{}} {{}}
{% endblock %}