{% extends 'tom_common/base.html' %} {% load bootstrap4 %} {% block title %}Query List{% endblock %} {% block content %}

Manage Observing Strategies

Create a new observing strategy using {% for facility in installed_facilities %} {{ facility }} {% endfor %}

{% for strategy in filter.qs %} {% comment %} {% endcomment %} {% empty %} {% endfor %}
NameFacilityCreatedDelete
{{ strategy.name }} {{ strategy.facility }} {{ strategy.created }}RunDelete
No saved strategies yet, Try creating a strategy from one of the facilities listed above.

Filter Saved Observing Strategies

{% bootstrap_form filter.form %} {% buttons %} Reset {% endbuttons %}
{% endblock %}