{% extends 'tom_common/base.html' %} {% load django_bootstrap5 %} {% 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 %} {% bootstrap_button "Filter" button_type="submit" button_class="btn btn-primary" %} {% url 'tom_observations:template-list' as reset_link %} {% bootstrap_button "Reset" button_type="link" button_class="btn btn-secondary" href=reset_link title="Reset" %}
{% endblock %}