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

Lookup target position during SRG survey

{% csrf_token %} {{ form }}
{% if plate %}

SkyMap (offset in arcmin): {% for skymap in skymaps %}{{ skymap }} ({{ skymap.separation|floatformat:1 }}) {% endfor %}

{% endif %} {% if surveys %} {% for survey in surveys %} {% endfor %} {% endif %}
List of close SRG passages
{{ survey.start|date:"d M Y H:i" }} {{ survey.stop|date:"d M Y H:i" }} {{ survey.experiment }} {% if user.is_authenticated %}{{ survey.head.get_datetime_middle|date:"F Y" }}{% endif %}
{% if surveys and load_surveypath %}
{% endif %} {% endblock %}