{% extends 'tom_common/base.html' %} {% load bootstrap4 targets_extras %} {% block title %}Targets{% endblock %} {% block content %}
{{ target_count }} Targets   Update Targets Add a target Import Targets
{% target_distribution filter.qs %} {% bootstrap_pagination page_obj extra=request.GET.urlencode %} {% if request.GET.type == 'SIDEREAL' %} {% endif %} {% for target in object_list %} {% if request.GET.type == 'SIDEREAL' %} {% endif %} {% empty %} {% endfor %}
ID Name TypeRADecObservations Saved Data
{{ target.identifier }} {{ target.name }} {{ target.get_type_display }}{{ target.ra }} {{ target.dec }}{{ 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 %}
{% bootstrap_pagination page_obj extra=request.GET.urlencode %}
{{ filter.fields }}
{% bootstrap_form filter.form %} {% buttons %} Reset {% endbuttons %}
{% endblock %}