{% extends "base.html" %} {% load timeutil %} {% load scientific %} {% block title %}Latest{% endblock %} {% block heading %}Latest{% endblock %} {% block pageid %}latest{% endblock %} {% block jscript %} {% if not error %} {% if rawquery %} {% else %} {% endif %} {% endif %} {% endblock %} {% block content %}
{% if objects %}FAR: | {{ item.far|scientific }} {% if item.far %}Hz{% endif %} |
---|---|
Event Time: | {{ item.gpstime }} |
Latency: | {{ item.reportingLatency }} {% if item.reportingLatency %}seconds{% endif %} |
IFOS: | {{ item.instruments }} |
Created: | {{ item.created|utc }} |