{% load unfold %}
{% if system_metrics %} {% if system_metrics.database %}

storage Database

{{ system_metrics.database.type }}
Connection Health {{ system_metrics.database.health_percentage }}%

{{ system_metrics.database.description }}

{% endif %} {% if system_metrics.cache %}

memory Cache

{{ system_metrics.cache.type }}
Performance {{ system_metrics.cache.health_percentage }}%

{{ system_metrics.cache.description }}

{% endif %} {% if system_metrics.storage %}

folder Storage

{{ system_metrics.storage.type }}
Usage {{ system_metrics.storage.health_percentage }}%

{{ system_metrics.storage.description }}

{% endif %} {% if system_metrics.api %}

api API

{{ system_metrics.api.type }}
URL Patterns {{ system_metrics.api.health_percentage }}%

{{ system_metrics.api.description }}

{% endif %} {% else %}

storage Database

PostgreSQL
Connection Health 85%

Healthy - 85%

memory Cache

Memory Cache
Performance 90%

Optimal - 90%

folder Storage

Disk Space
Usage 67%

67% used (33% free)

api API

REST API
URL Patterns 100%

All routes healthy

{% endif %}