{% extends "base.html" %} {% import "_macros.html" as m %} {% block title %}{{ view.event_id }}{% endblock %} {% block content %}

{{ view.event_id }}

{{ view.component_name }} {{ view.component_version or "" }} — {{ view.euvd_id }}

euvd-watch assists preparation and record-keeping. Legal validation and submission to your CSIRT / authority remain your responsibility — this tool never files anything.

First-fire record

Recorded when the clock started — never changed by later evaluations

First seen (UTC)
{{ view.first_seen_iso }}
Fired rules
{% for rule in view.fired_rules %}{{ rule.replace("_", " ") }}{% endfor %}

Deadlines

{% for stage in view.stages %}{{ m.deadline_bar(stage) }}{% endfor %}
{% if view.open %}

Record a human action

{% endif %}

Notification draft

View / copy draft →

A prefilled early-warning notification draft with TODO-HUMAN markers for you to complete before filing through your official channel.

{% endblock %}