{% load staticfiles %}
PyROS Control Center
{% block head %} {% endblock %} {% load tags %} {% user_level request as USER_LEVEL %} {% comment %} {% get_level "TAC" as USER_LEVEL_TAC %} {% get_level "Observer" as USER_LEVEL_OBSERVER %} {% get_level "Operator" as USER_LEVEL_OPERATOR %} {% get_level "PI" as USER_LEVEL_PI %} {% get_level "Admin" as USER_LEVEL_SYSADMIN %} {% get_level "Visitor" as USER_LEVEL_VISITOR %} {% endcomment %}
{% comment %}
{% endcomment %}
PyROS Control Center
{# #}
Weather
Observatory
Webcams
Alerts
Schedule
{# TODO: TBD #} {% if USER_LEVEL|ifinlist:"Admin,Operator,Unit-PI,Management board member,Observer,TAC" %}
Request
Images
{% endif %} {% if USER_LEVEL|ifinlist:"Admin,Operator" %}
System
{% endif %} {% if USER_LEVEL == "Admin" %}
ADMIN
{% endif %} {% if USER_LEVEL|ifinlist:"Admin,Operator,Unit-PI,Management board member,Observer,TAC" %}
State
Observatory
Tel & Inst
{% endif %} {% if USER_LEVEL|ifinlist:"Admin,Observer,Unit-PI,TAC,Management board member" %}
Scientific
programs
{% endif %}
{% comment %}
Sun elevation :
{% global_mode request %}
{% endcomment %}
{#
#}
Welcome {{ user.last_name}}
Profile
Settings
Log Out
{% comment %} {% endcomment %}
{% block title %} {% endblock %}
{% block content %} {% endblock %}
{# #} {# #}