{% extends "base.html" %} {% load static %} {% load public_alerts %} {% block csslink %} {{ block.super }} {% endblock %} {% block title %}LVK Public Alerts {% endblock %} {% block heading %}{% endblock %} {% block pageid %}public{% endblock %} {% block jscript %} {% endblock %} {% block content %}

LIGO/Virgo/KAGRA Public Alerts


{% if signif_docs %}

{{ run }} Significant Detection Candidates: {{ sig_cands }} ({{ total_sig }} Total - {{ retractions }} Retracted)

{{ run }} Low Significance Detection Candidates: {{ total_insig }} (Total)

{% else %}

{{ run }} Detection Candidates: {{ candidates }} ({{total_events}} Total - {{ retractions }} Retracted)

{% endif %}
{% if signif_docs %} {{ button_text }}

{% endif %} {% if candidates > 0 or retractions > 0 %}
{% include "superevents/public_alerts_table.html" %}
{% else %}
No {{ run }} candidates at present.
{% endif %}
{% endblock %}