{% extends "base.html" %} {% block title %}لاگ حسابرسی{% endblock %} {% block page_title %} لاگ حسابرسی (Audit){% endblock %} {% block content %} {% set sev_chip = {'info':'chip-telegram','warning':'chip-group','error':'chip-inactive','critical':'chip-inactive'} %}
پاک‌سازی خروجی CSV
رویدادها
{{ total }} رکورد
{% for r in rows %} {% else %} {% endfor %}
#زمانکاربرماژولعملیاتموجودیتوضعیتسطحشرحIP
{{ r.id }} {{ r.timestamp|jalali('%Y/%m/%d %H:%M:%S') if r.timestamp else '' }} {{ r.username or '—' }} {{ r.module }} {{ r.action }} {{ r.entity_type or '' }}{% if r.entity_id %} #{{ r.entity_id }}{% endif %} {{ r.status }} {{ r.severity }} {{ r.message or '' }} {{ r.ip_address or '' }}

رکوردی یافت نشد

{% if total_pages > 1 %} {% endif %} {% endblock %}