{% if rows %} {% for row in rows %} {% include "_partials/audit_row.html" %} {% endfor %}
id ts operation agent user memory approver payload
{% else %} {% with message = "No audit rows match the current filters." %} {% include "_partials/empty_state.html" %} {% endwith %} {% endif %}