{% extends "base.html" %}
{% block title %}Audit log — Target Revenue Control Plane{% endblock %}
{% block content %}
This is the Control Plane's own record of who did what — independent of
the Trust Service's signed records, which only ever attest that the
{{ session_licensor_id }} tenant acted, never which
individual human (see specs/TargetRevenueControlPlaneConcept.md §5).
| when | who | action | Phase | Trust Service record |
|---|---|---|---|---|
| {{ row.created_at }} | {{ row.actor_credential_label }} | {{ row.action }} | {{ row.phase_id }} | {{ row.trust_service_record_id }} |