{{ user_name }}{% if !user_email.is_empty() %} · {{ user_email }}{% endif %}
我的审计
{{ total_count }}
{% if entries.is_empty() %}
暂无审计记录。
{% else %} {% for entry in entries %} {% endfor %}
时间 动作 目标 详情
{{ entry.action }} {{ entry.target }} {% if !entry.detail.is_empty() %}
{{ entry.detail }}
{% endif %}
{% if total_count > 0 %} {% endif %} {% endif %}