{% extends "base.html" %} {% block title %}Daemon — {{ role_name }} — InitRunner{% endblock %} {% block content %}

Daemon

{# Trigger cards #} {% if triggers %}
{% for t in triggers %}
{{ t.type }} {{ t.summary }}
{% endfor %}
{% endif %} {# Status indicator #} {# Event log #}

Event Log

Waiting for events...
{% endblock %}