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

{{ message }}

{% if can_expose_to_lvem %}
{% elif can_protect_from_lvem %}
{% endif %}
{% block basic_info %}

Basic Info

UID Labels Group Pipeline Search Instruments
Event Time
FAR (Hz) 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 %} {{ object.far|scientific }} Data {{ object.created|multiTime:"created" }}
{% endblock %}
{# Analysis-specific attributes #} {% block analysis_specific %} {# This block is empty in the base event_detail template #} {% endblock %}
{# Neighbors #} {% include "gracedb/neighbors_frag.html" %} {% include "gracedb/eel_form_frag.html" %}
{% endblock %}