{% 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'} %}
| # | زمان | کاربر | ماژول | عملیات | موجودیت | وضعیت | سطح | شرح | 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 '' }} |
رکوردی یافت نشد | |||||||||