{% extends 'tom_common/base.html' %} {% load comments bootstrap4 tom_common_extras targets_extras observation_extras dataproduct_extras static cache gemini %} {% block additional_css %} {% endblock %} {% block content %}

{{ target.name }}

{% target_buttons target %}
{% target_data target %}
{% recent_photometry target limit=3 %}
{% if target.type == 'SIDEREAL' %} {% aladin_finderchart target %} {% endif %} {% comments_enabled as comments_are_enabled %}

Comments

{% if comments_are_enabled %} {% render_comment_list for target %} {% url 'targets:detail' target.id as next %} {% if user.is_authenticated %} {% render_comment_form for target %} {% endif %} {% endif %}
{% block target_obs_content %} {% endblock %}
{% endblock %}