{% extends "artsurvey/base.html" %} {% load heasarc_templates %} {% load simbadescape %} {% load i18n %} {% block header %}
{% if request.user.artsurveyparams.survey.parent %}Parent: {{ request.user.artsurveyparams.survey.parent }}{% endif %}{% if request.user.artsurveyparams.survey.children.count %}Children: {% for child in request.user.artsurveyparams.survey.children.all %}{{ child }}{% endfor %}{% endif %}
Name | RA | Dec | Flux | DETLIKE | CName | Class | Refs | |
---|---|---|---|---|---|---|---|---|
N{{ forloop.counter|stringformat:"03d" }} | & {% if src.cname == 'NEW X-RAY SOURCE' %} {\bf {{ src.name }} } {% else %} {{ src.name }} {% endif %} | & {{ src.ra|floatformat:4 }} | & {{ src.dec|floatformat:4 }} | & {{ src.get_flux_str_m11power }} | & {{ src.get_detlike100 }} | & {% if not src.cname == 'NEW X-RAY SOURCE' %} {{ src.cname }} {% endif %} | & {{ src.get_otype }} | & {% if src.refs %}{{ src.refs }}{% endif %} \\ |
{% for src in srcs %}{% if src.notes_paper %}\subsection{ {{ src.name }} } {{ src.notes_paper|safe }}
{% endif %}{% endfor %}
{% for bib in bibtex_paper %} {{ bib|safe }}
{% endfor %}
{% for bib in bibtex %} {{ bib|safe }}{% endif %}
{% endfor %}