{% extends "base.html" %} {% load timeutil %} {% load scientific %} {% load mediaviews %} {% block title %}Latest{% endblock %} {% block pageid %}latest{% endblock %} {% block headcontents %} {{ block.super }} {% if not form.errors %} {% endif %} {% endblock %} {% block content %}
Test and MDC events and superevents are not included in the search results by default; see the query help for information on how to search for events and superevents in those categories.
UID | Labels | Pipeline | {{ "gps"|timeselect:"gps" }} | FAR (Hz) | {{ "created"|timeselect:"utc" }} | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ ev.graceid }} | {% for label in ev.labels.all %} {{ label.name }} {% endfor %} | {{ ev.pipeline.name }} | {% if ev.gpstime%} {{ ev.gpstime|multiTimeMicroSeconds:"gps" }} {% endif %} | {% if user_is_external %} {% if ev.far and ev.far < far_floor %}< {{ far_floor|scientific }} | {% else %}{{ ev.far|scientific }} | {% endif %} {% else %}{{ ev.far|scientific }} | {% endif %}{{ ev.created|multiTime:"created" }} | ||||||||
|
UID | Labels | {% if user.is_authenticated %}Preferred Event | {% endif %}FAR (Hz) | {{"created"|timeselect:"utc" }} | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ sv.superevent_id }} | {% for label in sv.labels.all %} {{ label.name }} {% endfor %} | {% if user.is_authenticated %}{{ sv.preferred_event.graceid }} | {% endif %} {% if user_is_external %} {% if sv.preferred_event.far and sv.preferred_event.far < far_floor %}< {{ far_floor|scientific }} | {% else %}{{ sv.preferred_event.far|scientific }} | {% endif %} {% else %}{{ sv.preferred_event.far|scientific }} | {% endif %}{{ sv.created|multiTime:"created" }} | |||||||||||||||||||||||||
{% if user.is_authenticated %}
|