{% extends "base.html" %} {% block title %}Check · {{ m.name }}{% endblock %} {% block content %}
{% if c.ok %}OK{% else %}{{ c.error_kind }}: {{ c.error }}{% endif %}{% if c.status_code %} · HTTP {{ c.status_code }}{% endif %}{% if c.latency_ms is not none %} · {{ c.latency_ms }} ms{% endif %}{% if c.duration_ms is not none %} · ran {{ fmt_duration(c.duration_ms // 1000) }}{% endif %}{% if c.changed %} · content changed{% endif %}
{{ c.evidence.body or '(empty)' }}
{% if prev_ok %}| {% if r.ok %}pass{% else %}fail{% endif %} | {{ r.rule }} | {{ r.detail }} |
| {{ h.status }} | {{ h.name }} {{ h.message }} |
{{ c.output }}No content captured for this check.