{% extends "base.html" %} {% load timeutil %} {% load scientific %} {% block title %}Latest{% endblock %} {% block heading %}Latest — as of {% now "j F Y H:i T" %}{% endblock %} {% block pageid %}latest{% endblock %} {% block jscript %} {% if not error %} {% endif %} {# http/https depending on this pages' protocol #} {% endblock %} {% block content %}
{{ form.as_table }}
{% if objects %} {# {% if skyalert_authorized %} #} {# {% endif %} #} {% for object in objects %} {% if user_is_external %} {% if object.far and object.far < far_floor %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
UID Labels Group Pipeline Search Instruments {{ "gps"|timeselect:"gps" }} Event Time FAR (Hz) Latency (sec) {{"created"|timeselect:"utc" }} Created
{{ 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|multiTimeMicroSeconds:"gps" }} {% endif %} < {{ far_floor|scientific }}{{ object.far|scientific }}{{ object.far|scientific }}{{ object.reportingLatency }} {{ object.created|multiTime:"created" }}
{% else %}

No events.

{% endif %} {% endblock %}