| {{ _('Quarantine ID') }} | {{ record.quarantine_id }} |
| {{ _('Status') }} | {{ record.status.upper() }} |
| {{ _('Quarantined at') }} | {{ record.quarantine_time }} |
| {{ _('Restored at') }} | {{ record.restore_time }} |
| {{ _('Deleted at') }} | {{ record.delete_time }} |
| {{ _('Original path') }} | {{ record.original_path }} |
| {{ _('Quarantine path') }} | {{ record.quarantine_path }} |
| {{ _('File size') }} | {{ "%.2f"|format(record.file_size / 1024) }} {{ _('KB') }} |
| {{ _('Matched rule') }} | {{ record.rule_name }} |
| {{ _('Feature list') }} | {% for feature in record.features %} {{ feature }} {% endfor %} |