{% extends "base.html" %} {% block title %}Audit log{% endblock %} {% block content %}

Audit log

Every change in this workspace: who, what, when and from where. Your {{ plan.name }} plan keeps {{ days }} days{% if days < 365 %} · longer retention{% endif %}.

{% if can_export %}Export CSV {% else %}Export centre Export CSV{% endif %}
{% for a in actors %}
{% for a in actions %}
{% if actor or action or q %}Clear{% endif %}
{% for e in events %} {% endfor %} {% if not events %}{% endif %}
TimeActorActionTargetIPDetail
{{ e.at|dt }}
{{ e.at|timeago }}
{{ e.actor }} {{ e.action }} {{ e.target or '—' }} {{ e.ip or '—' }} {% if e.detail %}{% for k, v in e.detail.items() %}{{ k }}={{ v }}{% endfor %}{% else %}—{% endif %}
{% if actor or action or q %}Nothing matches these filters.{% else %}No events yet. Changes to monitors, channels, pages, team and billing will show up here.{% endif %}
{{ total }} event{{ '' if total == 1 else 's' }}{% if pages > 1 %} · page {{ page }} of {{ pages }}{% endif %} {% if pages > 1 %}
{% if page > 1 %}← Newer{% endif %} {% if page < pages %}Older →{% endif %}
{% endif %}
{% endblock %}