{% extends "artsurvey/base.html" %} {% load heasarc_templates %} {% load simbadescape %} {% load i18n %} {% block header %}
Name | RA | Dec | Sources | |
---|---|---|---|---|
{{ forloop.counter }} | {{ src.name }} M{{ src.artsurveysource_set.all.count }} {% if src.comments.count %}{% endif %} | {{ src.ra|floatformat:4 }} | {{ src.dec|floatformat:4 }} |
{% for s in src.artsurveysource_set.all %}
{% if s.turkish %}T{% else %} {% endif %} {{ s.name }} {{ s.survey }} {{ s.band.slug }} {% if s.turkish_date %}{{ s.turkish_date|date:"d.m.Y" }}{% endif %} {% endfor %} |