{% load tom_common_extras %}

Recent Photometry

{% if target.name|upper|slice:":3" == "ANT" %}
{% csrf_token %}
{% endif %}
{% for datum in data %} {% empty %} {% endfor %}
Timestamp Magnitude Filter
{{ datum.timestamp }} {% if datum.limit %}>{% endif %} {{datum.magnitude|truncate_value_for_display:8 }} {{datum.filter}}
No recent photometry.