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

Submit Request an ESO Facility for {{target.name}}

{% if missing_configurations %}
Some {{ form.facility.value }} Facility settings ({{ missing_configurations }}) are not configured. You can update your ESO Profile here.
{% endif %} {% if credential_status.value == "validation_failed_auth" %}
Unable to login to {{ form.facility.value }} Facility. Please check your credentials in your ESO Profile here or contact your TOM administrator about the default {{ form.facility.value }} Facility credential settings (in settings.FACILITIES).
{% endif %} {% if credential_status.value == "using_defaults" %}
Unable find User credentials for {{user}}. Using {% tom_name %} default credentials from settings.FACILITIES for {{ form.facility.value }} Facility. You can update your ESO Profile here.
{% endif %}

Target Information

{% target_data target %}

Submitting credential: {{ username }}

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

Lunar Distance

{% moon_distance target width=None %}

{% if target.type == 'SIDEREAL' %} {% observation_plan target form.facility.value %} {% endif %}

{% comment %} {% endcomment %}
{% for observation_type, observation_form in observation_type_choices %}
{% crispy observation_form %}
{% endfor %}


{% endblock content %}