Name    | TNS Name  | RA (J2000)  | Dec (J2000) | GW events | Enclosing Contour | Days since GW events
{% for row in table %}{% if row.transient_object_id.ps1_designation %}{{ row.transient_object_id.ps1_designation|ljust:"7" }}{% else %}{{ row.transient_object_id.id }}{% endif %} | AT{{ row.transient_object_id.other_designation }} | {{ row.transient_object_id.ra_sex }} | {{ row.transient_object_id.dec_sex }} | {% for event in row.events %}{{ event.gravity_event_id }} {% endfor %}| {% for event in row.events %}{{ event.enclosing_contour }} {% endfor %}| {% for event in row.events %}{{ event.days_since_event|floatformat:"2" }} {% endfor %}
{% endfor %}
