{% extends 'tom_common/base.html' %} {% load bootstrap4 crispy_forms_tags static %} {% block title %}Submit Observation{% endblock %} {% block content %}

↵ {{target.identifier}} - {{ target.name }}

Submit an observation to {{ form.facility.value }}

{% comment %} For the LCO observation form, include JavaScript to filter 'filters' dropdown based on the selected instrument #} {% endcomment %} {% if instrument_filters %} {% endif %} {% crispy form %} {% endblock %}