{% extends "base.html" %} {% import "_macros.html" as m %} {% block title %}Audit log — rosbackup-ng{% endblock %} {% block page_title %}Audit log{% endblock %} {% block content %}
{{ m.pagesize(pg.per) }}
days

Most recent first. Click an entry for details.{% if retention %} Entries older than {{ retention }} days are pruned.{% endif %}

{% include "_audit_feed.html" %}
{% endblock %}