{{ _('Quarantine Detail') }}

{{ _('Quarantine Info') }}

{% if record.restore_time %} {% endif %} {% if record.delete_time %} {% endif %}
{{ _('Quarantine ID') }}{{ record.quarantine_id }}
{{ _('Status') }}{{ record.status.upper() }}
{{ _('Quarantined at') }}{{ record.quarantine_time }}
{{ _('Restored at') }}{{ record.restore_time }}
{{ _('Deleted at') }}{{ record.delete_time }}

{{ _('File Info') }}

{{ _('Original path') }}{{ record.original_path }}
{{ _('Quarantine path') }}{{ record.quarantine_path }}
{{ _('File size') }}{{ "%.2f"|format(record.file_size / 1024) }} {{ _('KB') }}

{{ _('Detection Info') }}

{{ _('Matched rule') }}{{ record.rule_name }}
{{ _('Feature list') }} {% for feature in record.features %} {{ feature }} {% endfor %}