{% extends 'tom_common/base.html' %} {% load comments bootstrap4 tom_common_extras targets_extras observation_extras dataproduct_extras publication_extras static cache %} {% block title %}Target {{ object.name }}{% endblock %} {% block additional_css %} {% endblock %} {% bootstrap_javascript jquery='True' %} {% block content %}
{% target_feature object %} {% if object.future_observations %}
{{ object.future_observations|length }} upcoming observation{{ object.future_observations|pluralize }}
{% endif %} {% target_data object %} {% aladin object %}

Observe

{% observing_buttons object %}
{% observingstrategy_run object %}

Plan

{% if object.type == 'SIDEREAL' %} {% target_plan %} {% elif target.type == 'NON_SIDEREAL' %}

Airmass plotting for non-sidereal targets is not currently supported. If you would like to add this functionality, please check out the non-sidereal airmass plugin.

{% endif %}

Observations

Update Observations Status {% observation_list object %}
{% include 'tom_dataproducts/upload_dataproduct.html' %} {% dataproduct_list_for_target object %}
{% target_groups target %}
{% photometry_for_target target %}
{% spectroscopy_for_target target %}
{% comments_enabled as comments_are_enabled %}
Comments
{% if comments_are_enabled %} {% render_comment_list for object %} {% url 'targets:detail' object.id as next %} {% if user.is_authenticated %} {% render_comment_form for object %} {% endif %} {% endif %}
{% endblock %}