{% set scope_label = (active_site_name or active_site) ~ ' · ' ~ active_site if active_site else _('All sites (aggregate)') %}
| {{ _('Site') }} | {{ _('Detections') }} | {{ _('Quarantined') }} | {{ _('Open') }} | {{ _('Last detection') }} | {{ _('Top profile') }} | {{ _('Memory shell suspects') }} |
|---|---|---|---|---|---|---|
{% if site.site_id == 'legacy' %}
{{ _('Unassigned') }}
{% else %}
{{ site.site_name }}
{{ site.site_id }}
{% endif %}
|
{{ site.total_detections }} | {{ site.quarantined }} | {{ site.open_suspicious }} | {{ site.last_detection or '-' }} | {% if site.top_profile %} {{ site.top_profile.tool_signature or site.top_profile.profile_id }} {{ site.top_profile.risk_score }}% {% else %}-{% endif %} | {% if site.memory_shell_suspects is none %}-{% else %}{{ site.memory_shell_suspects }}{% endif %} |
{{ _('No site data is available') }}