{% 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 %}
{% if objects %}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 %} | {% if user_is_external %} {% if object.far and object.far < far_floor %}< {{ far_floor|scientific }} | {% else %}{{ object.far|scientific }} | {% endif %} {% else %}{{ object.far|scientific }} | {% endif %}{{ object.reportingLatency }} | {{ object.created|multiTime:"created" }} |