{% extends 'tom_common/base.html' %} {% load bootstrap4 static crispy_forms_tags observation_extras targets_extras %} {% block title %}Submit Observation{% endblock %} {% block additional_css %} {% endblock %} {% block content %} {{ form|as_crispy_errors }}

Submit Request to Neil Gehrels Swift Observatory for {{target.name}}

{% if target.type == 'SIDEREAL' %}

This is where we might put some visibility windows.

{% endif %}

Submitting credential: {{ username }}


Target Information

{% target_data target %}

Resolved Target Information ({{ resolver }})

Resolved Name
{{ resolved_target_name }}
Right Ascension
{{ resolved_target_ra|floatformat:4 }}
Declination
{{ resolved_target_dec|floatformat:4 }}

TOM Toolkit Facility (tom_swift) version {{ version }}

{% for observation_type, observation_form in observation_type_choices %}
{% crispy observation_form %}
{% endfor %}
{% endblock %}