{% extends "base_bootstrap.html" %} {% block title %}{% if listHeader %}{{listHeader}}{% else %}Followup List{% endif %}{% endblock %} {% block lightcurvedataglobal %} {% endblock %} {% block lightcurvedata %} {% for row in subdata %} {% endfor %} {% endblock %} {% block content %}
{% if listHeader %}

{{ listHeader }}

{% else %}

Object List

{% endif %}

({{subdata.paginator.count}})

{% for row in subdata %}
{{ row.ra }} {{ row.dec }}
{{ row.id }} {% if row.separation %}({{ row.separation|floatformat:2 }}){% endif %}
{% if row.images_id %}
triplet triplet triplet
{% endif %}
{% endfor %}
{% endblock %} {% block flotplots %} {% for row in subdata %} {% endfor %} {% endblock %}