{% 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 %} {% if column.sortable %} {{ column }} {% else %} {{ column }} {% endif %} {% endfor %} {% if not public %} {% if processingStatus != 1 %} {% if list_id == 4 or list_id == 8 %} U P A T {% endif %} {% if list_id == 3 %} U A T {% endif %} {% if list_id == 2 %} U C P A {% endif %} {% if list_id == 1 %} U G P A {% endif %} {% if list_id == 5 %} U P T {% endif %} {% if list_id == 6 %} U E T {% endif %} {% if list_id == 0 %} U E {% endif %} {% endif %} {% endif %} {% for row in rows %} {{ 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:"" }} {% if not public %} {{ row.data.current_trend|default_if_none:"" }} {% endif %} {% if not fgss %} {% endif %} {% if not public %} {{ row.data.realbogus_factor|floatformat:2 }} {{ row.data.zooniverse_score|floatformat:2 }} {% endif %} {{ row.data.images_id.mjd_obs|floatformat:5 }} {% if not public %} {% if processingStatus != 1 %} {% if list_id == 4 or list_id == 8 %} U P A T {% endif %} {% if list_id == 3 %} U A T {% endif %} {% if list_id == 2 %} U C P A {% endif %} {% if list_id == 1 %} U G P A {% endif %} {% if list_id == 5 %} U P T {% endif %} {% if list_id == 6 %} U E T {% endif %} {% if list_id == 0 %} U E {% endif %} {% endif %} {% endif %} {% endfor %} {% paginate %} {% if not public %} {% if processingStatus != 1 %} {% if listHeader %} {% if list_id >= 0 and list_id < 9 %} {% endif %} {% endif %} {% endif %} {% endif %}