{% if req == "basket" %}

Marked as threat

{% elif req == "clusters" %}

Suspicious programs of cluster {{ c }}

({{ n }} processes)
{% endif %}
{% if req == "clusters" %} {% endif %}
{% for col in results.columns %} {% if col[0] != '_' %} {% if col in tooltips %} {% else %} {% endif %} {% endif %} {% endfor %} {% for row in results.iloc %} {% for col in results.columns %} {% if col == "Count" %} {% elif col == "Score" %} {% elif col[0] != '_' %} {% endif %} {% endfor %} {% endfor %}
{{ col }}{{ tooltips[col] }}{{ col }}
{{ row[col] }} {{ row[col] }} {{ row[col] }}
{% if req == "clusters" %} {% endif %}