{% extends 'tom_targets/target_form.html' %}
{% load static %}
{% block content %}
{# For the non-sidereal form, include JS to filter the avilable fields based on the scheme #}
{% if non_sidereal_fields %}
{% endif %}
{{ block.super }}
{% endblock %}