{{ user_name }}{% if !user_email.is_empty() %} · {{ user_email }}{% endif %}
简
繁
EN
退出
我的审计
{{ total_count }}
{% if entries.is_empty() %}
暂无审计记录。
{% else %}
时间
动作
目标
详情
{% for entry in entries %}
{{ entry.created_at_iso }}
{{ entry.action }}
{{ entry.target }}
{{ entry.detail }}
{% endfor %}
{% if total_count > 0 %}
{% if current_page > 1 %}
上一页
{% else %}
上一页
{% endif %}
{{ current_page }} / {{ total_pages }}
{% if current_page < total_pages %}
下一页
{% else %}
下一页
{% endif %}
{% endif %} {% endif %}