{% extends 'tom_common/base.html' %} {% load bootstrap4 tns_extras%} {% block title %}Report to TNS{% endblock %} {% block additional_css %} {% endblock %} {% block content %}

Submit {{ target.name }} Information to the TNS

{% if not tns_configured %}
TNS Credentials have not been configured! See the TOM_TNS README for information on how to configure.
{% else %} {% if default_form == 'supernova' %}
Warning: This target {{target.names}} may have already been reported to and classified with the TNS
{% endif %}
{% if default_form == 'classify' %}
Warning: This target {{target.names}} may have already been reported to the TNS
{% else %}
{% endif %}

Report {{ target.name }} to the TNS


{% report_to_tns %}
{% if default_form == 'classify' %}
{% else %}
{% if default_form != 'supernova' %}
Warning: This target {{target.names}} may not have been reported to the TNS yet
{% endif %} {% endif %}

Classify {{ target.name }} with the TNS


{% classify_with_tns %}
{% endif %}

TOM Toolkit Module (tom_tns) version {{ version }}

{% endblock %}