{% extends "sysadmin/base.html" %} {% load seahub_tags i18n %} {% block cur_log %}tab-cur{% endblock %} {% block extra_style %} {% endblock %} {% block right_panel %}
{% if events %} {% endif %}
{% if events %}
{% if user_selected %}
{{user_selected}}
{% endif %} {% if repo_selected %}
{{events.0.repo_name}}
{% endif %}
{% for e in events %} {% endfor %}
{% trans "User" %} {% trans "Type" %} {% trans "IP / Device" %} {% trans "Date" %} {% trans "Library" %} {% trans "File" %} / {% trans "Folder" %}
{% if e.user %} {{ e.user }} {% if not user_selected %} {{ e.event_type }} {% if e.show_device %}
{{ e.ip }} /
{{ e.show_device }}
{% else %} {{ e.ip }} {% endif %}
{{ e.time|date:"Y-m-d G:i:s" }} {% if e.repo_name %} {{ e.repo_name }} {% if not repo_selected %} {% endif %} {% else %} {% trans "Deleted" %} {% endif %} {% if e.file_or_dir_name %} {{ e.file_or_dir_name }} {% else %} -- {% endif %}
{% url 'sys_log_file_audit_export_excel' as export_excel_url %} {% include "export_excel_popup.html" %} {% include "sysadmin_log_paginator.html" %} {% else %}

{% trans "No File Audit Infomation" %}

{% endif %} {% endblock %} {% block extra_script %} {% if events %} {% include "export_excel_js.html" %} {% endif %} {% endblock %}