{% 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 %}Instruments | {{ "gps"|timeselect:"gps" }} Event Time | FAR (Hz) | Latency (sec) | {{"created"|timeselect:"utc" }} Created | |
---|---|---|---|---|---|
{{ object.instruments }} | {% if object.gpstime%} {{ object.gpstime|multiTime:"gps" }} {% endif %} | {{ object.far|scientific }} | {{ object.reportingLatency }} | {{ object.created|multiTime:"created" }} | {% for log in object.eventlog_set.iterator %} {% if log.hasImage %} {% endif %} {% endfor %} |