{% extends "base.html" %} {% block title %}Health Check{% endblock %} {% block content %}

Health Check

Verify tenant isolation and system health

Running tests...
{% if results %} {% include "admin/_health_results.html" %} {% else %}
Click "Run Verification" to check tenant isolation
{% endif %}
{% endblock %}