{% extends "gracedb/event_detail.html" %} {% load timeutil %} {% block basic_info %}
UID | Labels | Group | Type | Instruments | {{ "gps"|timeselect:"gps" }} Event Time | Links | {{"created"|timeselect:"utc" }} Submitted |
---|---|---|---|---|---|---|---|
{{ object.graceid }} | {% for labelling in object.labelling_set.all %} {{ labelling.label.name }} {% endfor %} | {{ object.group.name }} | {{ object.get_analysisType_display }} | {{ object.instruments }} | {% if object.gpstime%} {{ object.gpstime|multiTime:"gps" }} {% endif %} | Data | {{ object.created|multiTime:"created" }} |
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 %} | |
Location | Coord System | {{object.coord_system}} |
RA | {{object.ra}} | |
Dec | {{object.dec}} | |
Err | {{object.error_radius}} |