{% extends "base.html" %} {% load timeutil %} {% block title %}{{ title }}{% endblock %} {% block heading %}{{ title }}{% endblock %} {% block pageid %}search{% endblock %} {% block jscript %} {% endblock %} {% block content %}
{{ message }}
{% for field in form %} {% endfor %} {% if form %} {% endif %} {% if false %} {% if object_list.count %}UID | Labels | Group | Pipeline | Search | Event Time | Links | Submitted |
---|---|---|---|---|---|---|---|
{{ obj.graceid }} | {% for labelling in obj.labelling_set.all %} {{ labelling.label.name }} {% endfor %} | {{ obj.group.name }} | {{ obj.pipeline.name }} | {{ obj.search.name }} | {% if obj.gpstime%} {{ obj.gpstime }} {% endif %} | Data | {{ obj.created }} |