{% extends "gracedb/event_detail.html" %} {% load timeutil %} {% load scientific %} {# Analysis-specific attributes for an LM event#} {% block external_analysis_specific %} {# Test whether the object has the end_time property. Older (non CoincInspiral) events don't. #} {% if object.end_time %}
{% if single_inspiral_events %}

Single Inspiral Tables

{% for e in single_inspiral_events %} {% endfor %} {% for e in single_inspiral_events %} {% endfor %}
IFO{{ e.ifo }}
End Time (GPS){{ e.end_time_full }} s
{% endif %} {% endif %} {% endblock %}