{% extends "base.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 or list_id == 8 %} {% endif %} {% if list_id == 3 %} {% endif %} {% if list_id == 2 %} {% endif %} {% if list_id == 1 %} {% 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 == 8 %} {% endif %} {% if list_id == 3 %} {% endif %} {% if list_id == 2 %} {% endif %} {% if list_id == 1 %} {% 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 P A T U A T U C P A U G P A U 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.sherlockClassification|default_if_none:"" }} {{ row.data.observation_status|default_if_none:"" }} {{ row.data.atlas_designation|default_if_none:"" }} {{ row.data.other_designation|default_if_none:"" }}{{ row.data.current_trend|default_if_none:"" }}triplettriplet triplet{{ row.data.realbogus_factor|floatformat:2 }} {{ row.data.zooniverse_score|floatformat:2 }}{{ row.data.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 %}