{% load bootstrap4 %} {% load tom_common_extras %}
{% csrf_token %} {% for hidden in target_data_share_form.hidden_fields %} {{ hidden }} {% endfor %}
Photometry Data
{% for datum in data %} {% empty %} {% endfor %}
Timestamp Telescope Filter Magnitude Error Source
{{ datum.timestamp }} {{ datum.telescope }} {{ datum.filter }} {% if datum.limit %}>{% endif %} {{ datum.magnitude|truncate_number }} {{ datum.magnitude_error }} {{ datum.source }}
No Photometry Data.
{% if not target_share %}
Share Selected Data
{% if sharing_destinations %}
{% bootstrap_field target_data_share_form.share_destination %}
{% else %} Not Configured {% endif %}
{% endif %}