{% 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 }}
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 %}