{% extends "artsurvey/base.html" %} {% load heasarc_templates %} {% block header %}{% endblock %} {% block content %}

ArtSurvey {{ survey }}

{% for type in types %} {% endfor %}
{{ type.class_id }} {{ type }} {% if survey %} {% call_artsurvey_types_count type survey %} {% else %} {{ type.get_artsurvey_count_all }} {% endif %}

Full list of HEASARC object Types

{% endblock %}