{{ _("0 selected") }} |
{{ stats.total }}
{{ _("Total") }}
{{ stats.quarantined }}
{{ _("Quarantined") }}
{{ stats.restored }}
{{ _("Restored") }}
{{ stats.deleted }}
{{ _("Deleted") }}
{% for record in records %}
{{ 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
{% if record.status == 'quarantined' %} {% endif %}
{% else %}

{{ _("No quarantine records found") }}

{% endfor %}
{% if total_pages > 1 %} {% endif %}