{% extends "artsurvey/base.html" %} {% load heasarc_templates %} {% load artsurvey_templates %} {% load simbadescape %} {% load i18n %} {% block header %}
MetaSource | RA | Dec | R98 | Category | CName | Other Names | ADS | Turk | Paper | Notes | |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ src.name }} | {{ src.ra|floatformat:4 }} | {{ src.dec|floatformat:4 }} | {{ src.ml_radec_err_98|floatformat:1 }} {{ src.radec_error|floatformat:1 }} | {% if src.category %} {{ src.category }} {% endif %} | {% if src.cname %} {{ src.cname }} {% endif %} |
{% for o in src.othername_set.all %}
{{ o }} {% endfor %} |
{% for o in src.ads.all %}
{{ o }} {% endfor %} |
{% if src.turkish %} Turkish {% endif %} | {% if src.notes_paper %} {% endif %} | {% if src.notes %} {% endif %} |