{% extends "base.html" %} {% block body %}
| Время | Пользователь | Действие | Сущность | Детали |
|---|---|---|---|---|
| {{ item.created_at_fmt }} | {{ item.actor_label }} | {{ item.action }} | {{ item.entity_type }}{% if item.entity_id %} #{{ item.entity_id }}{% endif %} |
{% if item.details_pretty %}
JSON{{ item.details_pretty }}
|
| Записей нет. | ||||