{% extends 'tom_common/base.html' %} {% load bootstrap4 %} {% block title %}Targets{% endblock %} {% block content %}
ID | Name | Type | {% if request.GET.type == 'SIDEREAL' %}RA | Dec | {% endif %}Observations | Saved Data |
---|---|---|---|---|---|---|
{{ target.identifier }} | {{ target.name }} | {{ target.get_type_display }} | {% if request.GET.type == 'SIDEREAL' %}{{ target.ra }} | {{ target.dec }} | {% endif %}{{ target.observationrecord_set.count }} | {{ target.dataproduct_set.count }} |
{% if target_count == 0 %} No targets yet. You might want to create a target manually or import one from an alert broker. {% else %} No targets match those filters. {% endif %} |