{% extends "gracedb/event_detail.html" %} {% load timeutil %} {% block basic_info %}

Basic Info

{% if skyalert_authorized %} {% endif %}
UID Labels Group Pipeline Search Instruments
Event Time
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 %} Data {{ object.created|multiTime:"created" }}
{% endblock %} {% block analysis_specific %} {% if object.grbevent %} {% if object.trigger_id %} {% endif %} {% if object.trigger_duration %} {% endif %} {% if object.t90 %} {% endif %} {% if object.redshift %} {% endif %} {% if object.designation %} {% endif %}
IVORN{{object.ivorn}}
Author{{object.author_shortname}}
Author IVORN{{object.author_ivorn}}
Observatory{{object.observatory_location_id}}
How {% if object.how_reference_url %} {{object.how_description}} {% else %} {{object.how_description}} {% endif %}
Trigger ID{{object.trigger_id}}
Trigger duration{{object.trigger_duration}}
T90{{object.t90}}
Redshift{{object.redshift}}
Event designation{{object.designation}}
LocationCoord System{{object.coord_system}}
RA{{object.ra}}
Dec{{object.dec}}
Err{{object.error_radius}}
{% if can_modify_t90 %}
{% endif %} {% endif %} {% endblock %}