{% extends "base.html" %} {% block content %}
{{ article.affected_platform }} {{ article.affected_service }} {% for t in article.tags %}{{ t.name }}{% endfor %}

Symptom

{{ article.symptom }}

Likely Causes

{{ article.likely_causes }}

Initial Checks

{{ article.initial_checks }}

Commands

{{ article.commands }}

Relevant Logs

{{ article.logs }}

Resolution

{{ article.resolution }}

Verification

{{ article.verification }}

Escalation Criteria

{{ article.escalation_criteria }}

Customer Response Template

{{ article.customer_response }}

{% endblock %}