{% extends "layout.html" %} {% load static %} {% load tz %} {% block layout_content %}
Audit Trail Log
{% for log in logs %} {% empty %} {% endfor %}
No Waktu User Aksi Kategori Deskripsi
{{ forloop.counter }} {% localtime on %}{{ log.timestamp|date:"d M Y, H:i:s" }}{% endlocaltime %} {{ log.user.usr }} {% if log.action == 'upload' %} UPLOAD {% elif log.action == 'edit' %} EDIT {% elif log.action == 'delete' %} DELETE {% elif log.action == 'login' %} LOGIN {% elif log.action == 'logout' %} LOGOUT {% else %} {{ log.action }} {% endif %} {% if log.content_type == 'auth' %} {% if log.action == 'login' %} Login {% elif log.action == 'logout' %} Logout {% else %} Autentikasi {% endif %} {% elif log.content_type == 'surat' %} {% if 'keluar' in log.description|lower %} Surat Keluar {% elif 'masuk' in log.description|lower %} Surat Masuk {% else %} Surat {% endif %} {% elif log.content_type|lower == 'disposisi' %} Disposisi {% elif log.content_type == 'contents' %} Dokumen {% elif log.content_type == 'attachments' %} Lampiran {% else %} {{ log.content_type|title }} {% endif %} {{ log.description }}
Belum ada aktivitas tercatat
{% endblock %}