{% extends 'tom_common/base.html' %} {% load comments bootstrap4 tom_common_extras targets_extras observation_extras dataproduct_extras static cache %} {% block title %}Target {{ object.name }}{% endblock %} {% block additional_css %} {% endblock %} {% block content %}
{% target_feature object %} {% if object.future_observations %}
{{ object.future_observations|length }} upcoming observation{{ object.future_observations|pluralize }}
{% endif %} {% target_unknown_statuses object %} {% target_buttons object %} {% target_data object %} {% recent_photometry object limit=3 %} {% share_data object %} {% if object.type == 'SIDEREAL' %} {% aladin object %} {% endif %}

Observe

{% observing_buttons object %}
{% observationtemplate_run object %}

Plan

{% if object.type == 'SIDEREAL' %} {% target_plan %} {% moon_distance object %} {% 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 %}
{% existing_observation_form object %}

Observations

Update Observations Status {% observation_list object %}
{% if user.is_authenticated %} {% query_forced_photometry object %}

{% endif %} {% if user.is_authenticated %} {% upload_dataproduct object %} {% endif %} {% dataproduct_list_for_target object %}
{% target_groups target %}
{% photometry_for_target target %} {% get_photometry_data object %}
{% 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 %}