{% 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 %}
{{ form.as_table }}
Hints on querying {% if rawquery %} | Link to current query | Download LIGOLW File {% endif %}
{% include "gracedb/query_help_frag.html" %}
{% endif %} {% if false %} {% if object_list.count %} {% for obj in object_list %} {% endfor %}
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 }}
{% else %}

No Events.

{% endif %} {% endif %}
{% endblock %}