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