| {{ _('隔离ID') }} | {{ record.quarantine_id }} |
| {{ _('状态') }} | {{ record.status.upper() }} |
| {{ _('隔离时间') }} | {{ record.quarantine_time }} |
| {{ _('恢复时间') }} | {{ record.restore_time }} |
| {{ _('删除时间') }} | {{ record.delete_time }} |
| {{ _('原始路径') }} | {{ record.original_path }} |
| {{ _('隔离路径') }} | {{ record.quarantine_path }} |
| {{ _('文件大小') }} | {{ "%.2f"|format(record.file_size / 1024) }} {{ _('KB') }} |
| {{ _('命中规则') }} | {{ record.rule_name }} |
| {{ _('特征列表') }} | {% for feature in record.features %} {{ feature }} {% endfor %} |