{% for row in table.rows %}{% if row.atlas_designation %}{{ row.atlas_designation }}{% else %}{{ row.idtxt }}{% endif %} {{ row.ra_avg }} {{ row.dec_avg }}
{% endfor %}
