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 %}
{% if user.is_authenticated %}
{% upload_dataproduct object %}
{% endif %}
{% if user.is_authenticated %}
{% query_single_target_data_service 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 %}