{% extends "base.html" %} {% block header %} ART-XC Survey Daily data dumps Show SkyMap
{% endblock %} {% block precontent %}{% endblock %} {% block content %}

Create/update new user-defined Selection

{% if message %}
{{ message }}
{% endif %} {% if form %}
{% csrf_token %} {{ form }}

Hint: For a compact view, please use the shortest Short name (slug)

{% endif %} {% if selections %} {% for selection in selections %} {% endfor %}
Access Slug Name Sources Operations
{% if selection.public %} {% else %} {% endif %} {{ selection.slug }} {{ selection.name }} {{ selection.skymap_sources.count }} [download] [edit] [delete]
{% endif %} {% endblock %}