{{ _('0 selected') }}| {% for status, label in [('all', _('All')), ('quarantined', _('Active')), ('restored', _('Restored')), ('deleted', _('Deleted'))] %} {% endfor %}
{{ 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 %}
{% if page > 1 %}{% endif %} {{ _('Page') }} {{ page }} / {{ total_pages }} ({{ total }} {{ _('total') }}) {% if page < total_pages %}{% endif %}
{% endif %}