{% extends 'tom_common/base.html' %} {% load bootstrap4 %} {% block title %}Query List{% endblock %} {% block content %}
Create a new observing strategy using {% for facility in installed_facilities %} {{ facility }} {% endfor %}
Name | Facility | Created | Delete | |
---|---|---|---|---|
{{ strategy.name }} | {{ strategy.facility }} | {{ strategy.created }} | {% comment %}Run | {% endcomment %}Delete |
No saved strategies yet, Try creating a strategy from one of the facilities listed above. |