{% extends 'layout/base.html' %} {% block title %}Аудит-лог{% endblock %} {% block body %}
{% include 'admin/_flash.html' %}
Аудит-лог (последние {{ rows|length }})
{% for r in rows %} {% else %} {% endfor %}
ВремяСобытиеUserIPUAExtra
{{ r.at.strftime('%d.%m %H:%M:%S') }} {{ r.event }} {{ r.user_email or '—' }} {{ r.ip or '—' }} {{ r.user_agent[:60] }} {{ r.extra }}
Лог пуст
{% endblock %}