{% if warning_level == 'RED' %}🚨 {% elif warning_level == 'YELLOW' %}⚠️ {% else %}✅ {% endif %} Conjunction Results

{{ warning_level }}

Probability of Collision (Pc)

{{ "%.2e"|format(pc) }}

Time of Closest Approach (TCA)

{{ tca }} UTC

Miss Distance

{{ "%.3f"|format(miss_distance_km) }} km

Relative Velocity

{{ "%.3f"|format(rel_velocity_km_s) }} km/s

{% if plot_html %}

B-Plane Cross Section

{{ plot_html | safe }}
{% endif %}