{% extends "base_new.html" %} {% load pagination_tags %} {% block title %}{% if listHeader %}{{listHeader}}{% else %}Followup List{% endif %}{% endblock %} {% block content %}
{% if listHeader %}

{{ listHeader }}

{% else %}

Object List

{% endif %}

({{table.rows.count}})

{% if not public %} {% if listHeader %} {% if list_id >= 0 and list_id < 9 %}
{% csrf_token %} {% endif %} {% endif %} {% endif %} {% autopaginate rows nobjects %} {% for column in table.columns %} {% endfor %} {% if not public %} {% if processingStatus != 1 %} {% if list_id == 4 %} {% endif %} {% if list_id == 3 %} {% endif %} {% if list_id == 2 %} {% endif %} {% if list_id == 5 %} {% endif %} {% if list_id == 6 %} {% endif %} {% if list_id == 0 %} {% endif %} {% endif %} {% endif %} {% for row in rows %} {% if not public %} {% endif %} {% if not fgss %} {% endif %} {% if not public %} {% endif %} {% if not public %} {% if processingStatus != 1 %} {% if list_id == 4 or list_id == 7 or list_id == 8 %} {% endif %} {% if list_id == 3 %} {% endif %} {% if list_id == 2 %} {% endif %} {% if list_id == 5 %} {% endif %} {% if list_id == 6 %} {% endif %} {% if list_id == 0 %} {% endif %} {% endif %} {% endif %} {% endfor %} {% paginate %}
{% if column.sortable %} {{ column }} {% else %} {{ column }} {% endif %} U G P A T U G A T U C P A T U G P T U E T U E
{{ row.data.followup_id }} {{ row.data.followup_flag_date }} {{ row.data.ra_sex }} {{ row.data.dec_sex }} {{ row.data.decode_flag_bits }} {{ row.data.sherlockClassification|default_if_none:"" }} {{ row.data.observation_status|default_if_none:"" }} {{ row.data.local_designation|default_if_none:"" }} {{ row.data.ps1_designation|default_if_none:"" }}{{ row.data.current_trend|default_if_none:"" }}triplettriplet triplet{{ row.data.confidence_factor|floatformat:2 }}{{ row.data.tcs_images_id.mjd_obs|floatformat:5 }}
{% if not public %} {% if processingStatus != 1 %} {% if listHeader %} {% if list_id >= 0 and list_id < 9 %}

{% endif %}
{% endif %} {% endif %} {% endif %}
{% endblock %}