{{ listHeader }}
{% else %}Object List
{% endif %}({{subdata.paginator.count}})
{% if subdata.has_previous %}
previous
{% endif %}
Page {{ subdata.number }} of {{ subdata.paginator.num_pages }}.
{% if subdata.has_next %}
next
{% endif %}
{% for row in subdata %}
{{ row.target }} {{ row.ref }} {{ row.diff }}
{{ row.ra_avg }} {{ row.dec_avg }}
{{ row.rank }} {{ row.id }}
{% endfor %}
{% if subdata.has_previous %}
previous
{% endif %}
Page {{ subdata.number }} of {{ subdata.paginator.num_pages }}.
{% if subdata.has_next %}
next
{% endif %}
{% for row in connection.queries %}
{{ row }}{% endfor %}