{% set container_id = 'records-table-container' %} {% set active_status = status_filter | default('all') %} {% set status_url = '/admin/records?compact=1&status=' %}
{{ _('False positives stay listed here — clear the mark to return a file to the active set.') }}
{{ _('0 selected') }}|
{% for record in records %}
{{ record.display_name }}
{% if record.marked_false_positive %}{{ _('FALSE POSITIVE') }} {% elif record.deleted_at and not record.file_exists %}{{ _('DELETED') }} {% elif record.alerted %}{{ _('ALERT') }} {% else %}{{ _('ACTIVE') }}{% endif %} {{ record.detected_at }} {{ _('Comm:') }} {{ record.communication_count }} {% if record.quarantine_id %}{{ _('Q:') }}{{ record.quarantine_id[:12] }}{% endif %} {% if record.features %} {{ record.features[0] }} {% if record.features|length > 1 %}+{{ record.features|length - 1 }}{% endif %} {% else %}{{ _('None') }}{% endif %}
{% if record.marked_false_positive %} {% else %} {% endif %}
{% else %}

{{ _('No detection records match this filter') }}

{% endfor %}
{% if total_pages > 1 %}
{{ _('Page') }} {{ page }} / {{ total_pages }} ({{ total }} {{ _('total') }})
{% endif %}