{% extends "base.html" %} {% block title %}{{ group.name }} — ULPgrammer{% endblock %} {% block content %}

{{ group.name }}

🔴 CRITICAL: {{ counts.CRITICAL }} 🟠 HIGH: {{ counts.HIGH }} 🟡 MEDIUM: {{ counts.MEDIUM }} 🟢 LOW: {{ counts.LOW }}
Patterns ({{ group.patterns|length }})

Recent hits

{% for hit in hits %}
{{ hit.severity }} {{ hit.raw }} {{ hit.source }} / {{ hit.filename }} — {{ hit.timestamp }} {% if hit.reasons %} {% endif %}
{% else %}

No hits yet for this group.

{% endfor %} {% endblock %}