{% 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 %} {% if datum.error %} {% else %} {% endif %} {% empty %} {% endfor %}
Timestamp Telescope Filter Magnitude Error Source
{{ datum.timestamp }} {{ datum.telescope }} {{ datum.filter }} {% if datum.limit %}>{% endif %} {{ datum.magnitude|truncate_value_for_display }} {{ datum.error|truncate_value_for_display:5 }}{{ datum.magnitude_error|floatformat:4 }}{{ datum.source }}
No Photometry Data.
{% if not target_share %}
Share Selected Data
{% if sharing_destinations %}
{% bootstrap_field target_data_share_form.share_title %}
{% bootstrap_field target_data_share_form.share_message %}
{% bootstrap_field target_data_share_form.share_destination %}
{% if hermes_sharing %}
or
{% endif %}
{% else %} Not Configured. See Documentation. {% endif %}
{% endif %}