{% extends "base.html" %} {% block title %}Execute Runbook — GovLift{% endblock %} {% block content %}
{{ classification }}
← Runbooks

Execute: {{ data.runbook.name or 'Runbook' }}

Step-through execution with audit logging

Steps ({{ data.steps|length }})

{% for step in data.steps %}
{{ step.step_order }}
{{ step.title }}{% if step.is_required %} *required{% endif %}
{% if step.description %}
{{ step.description }}
{% endif %}
pending
{% endfor %} {% if data.runbook.id %} {% endif %}
{% endblock %}