{% if transient.atlas_designation %}
{{ transient.atlas_designation }}
{% else %}
{{ transient.id }}
{% endif %}
{{ avg_coords.ra_sex }} {{ avg_coords.dec_sex }}
({{ avg_coords.ra|floatformat:"5" }} {% if avg_coords.dec >= 0.0 %}+{% endif %}{{ avg_coords.dec|floatformat:"5" }})
{% if externalXMs %}
See also:
{% for row in externalXMs %}
{% ifchanged row.external_designation %}
{% if row.url %}
{{ row.external_designation }}
{% else %}
{{ row.external_designation }}
{% endif %}
{% endifchanged %}
{% endfor %}
{% endif %}
{% if lcdataforced.0 %}
{% endif %}
{% if lcdataforcedflux.0 %}
{% endif %}
{% if colourdata.0.0 or colourdata.0.1 or colourdata.0.2 %}
{% endif %}
{% if colourdataforced.0.0 or colourdataforced.0.1 or colourdataforced.0.2 %}
{% endif %}
{% if fpData %}
Pointings
{% endif %}
{% if lcdataforced.0 %}
{% endif %}
{% if lcdataforcedflux.0 %}
{% endif %}
{% if colourdata.0.0 or colourdata.0.1 or colourdata.0.2 %}
{% endif %}
{% if colourdataforced.0.0 or colourdataforced.0.1 or colourdataforced.0.2 %}
{% endif %}
{% if fpData %}
{% endif %}
{% if not public %}
{% if conesearchold %}
Partner Database Objects in the Vicinity
{% endif %}
Lightcurve Data here{% if lcdataforced.0 %} (
forced){% endif %}
{% if colourdata.0.0 or colourdata.0.1 or colourdata.0.2 %}
Colour Data here
{% endif %}
{% ifnotequal table.rows.count 0 %}
{% render_table table %}
{% endifnotequal %}
{% endif %}
{% if crossmatches.0.z %}
Possible Associations
Catalogue |
ID |
Separation |
z |
Distance (Mpc) |
(m-M) |
Distance Scale (Kpc/arcsec) |
{% for row in crossmatches %}
{{ row.catalogue_table_id.description }} |
{{ row.catalogue_object_id }} |
{{ row.separation|floatformat:2 }}" |
{{ row.z|floatformat:3 }} |
{{ row.distance|floatformat:2 }} |
{{ row.distance_modulus|floatformat:3 }} |
{{ row.scale|floatformat:2 }} |
{% endfor %}
{% endif %}
{% endblock %}