{% extends "base.html" %} {% load timeutil %} {% load scientific %} {% load sanitize_html %} {% load logtags %} {% block heading %}{% endblock %} {% block bodyattrs %}class="tundra eventDetail"{% endblock %} {% block jscript %} {% load static %} {% endblock %} {% block content %}

{{ message }}

{% if 'lvem_view' not in request.path %} {% if can_expose_to_lvem %}
{% elif can_protect_from_lvem %}
{% endif %} {% if operator_signoff_authorized and operator_signoff_active %}

{{signoff_instrument}} Operator Signoff

You are seeing this section because you've connected from a machine that, according to our records, is in the {{signoff_instrument}} control room. {% if operator_signoff_object %} This event has already been signed off on. Use the form below if you wish to edit or delete the record.

Delete
{% else %} This event still requires operator signoff.

Please answer the following (and optionally enter a comment): At the time of the {% if signoff_instrument == 'H1' %} event ({{ object.gpstime|gpsdate_tz:"lho" }}), {% elif signoff_instrument == 'L1' %} event ({{ object.gpstime|gpsdate_tz:"llo" }}), {% elif signoff_instrument == 'V1' %} event ({{ object.gpstime|gpsdate_tz:"virgo" }}), {% else %} event, {% endif %} was the operating status of the detector basically okay, or not?

{{ signoff_form.as_table }}
{% endif %}
{% endif %} {% if object.offline %}

OFFLINE EVENT

{% endif %} {% if advocate_signoff_authorized and advocate_signoff_active %}

Advocate Signoff

You are seeing this section because you're a designated EM followup advocate. {% if advocate_signoff_object %} This event has already been signed off on. Use the form below if you wish to edit or delete the record.

Delete
{% else %} This event still requires EM Followup advocate signoff.

{{ signoff_form.as_table }}
{% endif %}
{% endif %} {% endif %} {# lvem_view not in request.path #}
{% block basic_info %}

Basic Info

{# NOTE: XXX Using event_far so it can be floored for external users. #}
UID Labels Group Pipeline Search Instruments
Event Time
FAR (Hz) FAR (yr-1) Links
Submitted
{{ object.graceid }} {% for labelling in object.labelling_set.all %} {{ labelling.label.name }} {% endfor %} {{ object.group.name }} {{ object.pipeline.name }} {{ object.search.name }} {{ object.instruments }} {% if object.gpstime %} {{ object.gpstime|multiTime:"gps" }} {% endif %}{% if far_is_upper_limit %} < {% endif %}{{ display_far|scientific }} {% if far_is_upper_limit %} < {% endif %}{{ display_far_yr }} Data {{ object.created|multiTime:"created" }}
{% endblock %}
{% if user_is_external %} {# Analysis-specific attributes which can be exposed to external partners #} {% block external_analysis_specific %} {# Empty by default #} {% endblock %} {% else %} {# Analysis-specific attributes #} {% block analysis_specific %} {# This block is empty in the base event_detail template #} {% endblock %} {% endif %}
{# Neighbors #} {% include "gracedb/neighbors_frag.html" %} {# include "gracedb/eel_form_frag.html" #} {% include "gracedb/emo_form_frag.html" %}
{% endblock %}