{% extends "base.html" %} {% block content %}

Purpose

{{ sop.purpose }}

Prerequisites

{{ sop.prerequisites }}

Checklist

{% if not active_run %}
{% else %} Started {{ active_run.started_at.strftime('%d %b %H:%M') }}{{ ' — ' + active_run.context_note if active_run.context_note }} {% endif %}
{% for step in steps %}
{% if active_run %}
{% else %} {% endif %}
{% endfor %}

Commands

{{ sop.commands }}

Expected Result

{{ sop.expected_result }}

Verification

{{ sop.verification }}

Rollback

{{ sop.rollback }}

Escalation

{{ sop.escalation }}

Warnings

{{ sop.warnings }}

Required Permissions: {{ sop.required_permissions }}

Visibility: {{ sop.visibility.value.replace('_',' ') | title }}

Status: {{ sop.status.value }}

{% endblock %}