{% extends "base.html" %} {% block title %}Report: {{ resource_name }} - Supavision{% endblock %} {% block og_meta %} {% set og_severity = evaluation.severity if evaluation else 'unknown' %} {% set og_summary = evaluation.summary if evaluation else (report.payload.summary if report.payload else 'Health check report') %} {% if base_url %}{% endif %} {% endblock %} {% block content %}
Numeric measurements collected during this check.
Problems identified during this health check, ordered by severity.
{% if report.payload.issues %}{{ issue.scope }}
{% endif %}
{{ issue.evidence }}
No issues reported — all checks passed.
{% endif %}Technical details about how this check was executed.
{{ report.run_metadata.template_version }}