{{ record.quarantine_id }}{{ record.status.upper() }}{{ (record.get('quarantine_time') or record.get('created_at', ''))[:16] }}{{ record.original_path.split('\\')[-1].split('/')[-1] }}{{ (record.file_size / 1024)|round(2) }} KB {{ _('Source') }} {{ _('Detail') }} {% if record.status == 'quarantined' %} {{ _('Restore') }} {{ _('Delete') }} {% endif %}