{% extends 'tom_common/base.html' %} {% load bootstrap4 crispy_forms_tags %} {% block title %}Create an Observation Template{% endblock %} {% block content %}

Create a new Observation Template for {{ form.facility.value }}

{% if missing_configurations %}
Some {{ form.facility.value }} Facility settings ({{ missing_configurations }}) are not configured.
{% endif %} {% crispy form %} {% endblock %}