{% extends "base.html" %}{% block title %}{{ r.title }} โ€” Hold My Agent{% endblock %} {% block page_label %}REQUEST{% endblock %} {% block page_cmd %}cat {{ r.id[:8] }}{% endblock %} {% block page_count %}{{ r.status }}{% endblock %} {% block content %}
Authorization slip{{ r.id[:8] }}

{{ r.severity }} {% if r.status == "pending" %}expires in {% endif %}

{{ r.title }}

{% if r.description %}
${{ r.description }}
{% endif %} {% if r.payload %}
{{ r.payload | tojson(indent=2) }}
{% endif %}
requested by{{ r.action_type }}
target{{ r.target or "โ€”" }}
requested at{{ r.created_at }}
status{{ r.status }}
{% if r.decided_by %}
decided{{ r.decided_by }} ยท {{ r.decided_at }}
{% endif %}
Decisions happen on a paired device with biometric step-up โ€” never here.
Audit trail{{ audit | length }} events
TimeEventDetail
{% for e in audit %}
{{ e.at[11:19] }}Z {{ e.event }} {{ e.detail }}
{% endfor %}
{% endblock %}