{% extends "base.html" %} {% block title %}{{ inc.title }}{% endblock %} {% block content %}
{{ analysis.summary }}
{% if analysis.impact %}Impact: {{ analysis.impact }}
{% endif %}{{ analysis.postmortem }}{% if user.can_edit and not inc.postmortem %}{% endif %}Click Explain to get a plain-English root cause, the most likely fix and a ready-to-paste postmortem, built from the failing checks, response evidence, server metrics and traces.
{% endif %}{{ inc.cause or (first_fail.error if first_fail else 'No cause recorded.') }}
{% if evidence %}{{ evidence.evidence.body }}What happened, why, and what changes so it doesn't recur. Shown on status pages that include this component.
{% if user.can_edit %} {% else %}