{% if transient.other_designation %}
IAU Name:
{% endif %}
{% if externalXMs %}
See Also:
{% for row in externalXMs %}
{% ifchanged row.external_designation %}
{% if row.url %}
{% else %}
{{ row.external_designation }}
{% endif %}
{% endifchanged %}
{% endfor %}
{% endif %}
{% if tnsXMs %}
TNS Crossmatch:
{% for row in tnsXMs %}
{% ifchanged row.external_designation %}
{% if row.url %}
{% else %}
{{ row.external_designation }}
{% endif %}
{% endifchanged %}
{% if row.separation %}
Offset = {{ row.separation|floatformat:"2" }}"
{% endif %}
{% if row.object_z %}
Object z = {{ row.object_z|floatformat:"3" }}
{% endif %}
{% if row.host_z %}
Host z = {{ row.host_z|floatformat:"3" }}
{% endif %}
{% if row.discoverer %}
Discoverer = {{ row.discoverer }}
{% endif %}
{% if row.other_info and row.other_info != transient.ps1_designation %}
Name = {{ row.other_info }}
{% endif %}
{% if row.disc_date %}
Discovered on {{ row.disc_date }}
{% endif %}
{% endfor %}
{% endif %}