{% load monthplan_templates %} {% block title %}Spectrum-RG Target and Scheduling Information{% endblock %}
{% block target %}

{% endblock %} {% block header %}

{{ head.get_datetime_middle|date:"F Y" }} {% if user.is_authenticated and user|has_group:"srg-iki-admin" and head.archived == False %} {% endif %}

{% if user.is_authenticated %} Schedule {% else %} Schedule {% endif %} {% if head.seance_set.all %} {% if user.is_authenticated %} Seances {% else %} Seances {% endif %} {% endif %} {% if head.correction_set.all %} {% if user.is_authenticated %} Corrections {% else %} Corrections {% endif %} {% endif %} {% if head.observation_set.all %} Observations {% endif %} {% if head.scan_set.all %} Scans {% endif %} {% if head.survey_set.all %} Survey {% endif %} Aladin

version: {{ head.version }}

modified: {{ head.gentime|date:"d M Y H:i" }}

{% if user.is_authenticated %}

download: FITS

{% endif %}
{% endblock %} {% block content %}Base content{% endblock %}
{% block javascript %}{% endblock %}