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

Manage Observation Templates

Create a new observation template using {% for facility in installed_facilities %} {{ facility }} {% endfor %}

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

Filter Saved Observation Templates

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