{% extends "indigo.html" %} {% load i18n %} {% block content %}

Query information

Please note:

Below you find links for downloading the data from each node in either XSAMS for VO-Table XML-format (temporarily disabled). Note that these files are not pre-made, but generated on the fly via the TAP/sync interface.

{% for result in results %}

{{ result.nodename }}

{% if result.html %} {% autoescape off %}{{ result.html }}{% endautoescape %} {% endif %} {% endfor %} {% endblock %}