{% extends "base.html" %} {% block title %}Audit log{% endblock %} {% block content %}
Every change in this workspace: who, what, when and from where. Your {{ plan.name }} plan keeps {{ days }} days{% if days < 365 %} · longer retention{% endif %}.
| Time | Actor | Action | Target | IP | Detail |
|---|---|---|---|---|---|
| {{ e.at|dt }} {{ e.at|timeago }} |
{{ 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 %} | |||||