{% extends "layout.html" %} {% macro field(name, label) %}{% endmacro %} {% block content %}

Audit

{% for card in cards %}{% endfor %}
{{ field("action", "Action") }} {{ field("subject", "Subject (Type:id)") }} {{ field("actor", "Actor (Type:id)") }} {{ field("correlation_id", "Correlation ID") }} {{ icons.x }}Reset
{% if rows %}
{% for col in columns %}{% endfor %} {% for r in rows %} {% set payload = r.data | json_preview %} {% endfor %}
Data
#{{ r.id }} {{ r.action }} {% if r.subject_display %}{{ r.subject_display }}{% else %}{% endif %} {% if r.actor_display %}{{ r.actor_display }}{% else %}{% endif %} {% if r.correlation_id %}{{ r.correlation_id }}{% endif %} {{ payload }}
{% else %} {% endif %} {% endblock %}