{% block preamble %} {% endblock %}
JWQL
{% if inst != "" %}
{{ inst }}
{% endif %}
MENU
Home
(current)
About
(current)
Dashboard
(current)
JWQLDB
(current)
EDB
(current)
API
(current)
Documentation
(current)
{% for inst_key, inst_tools in tools.items() %}
{{ inst_key }}
{{ inst_key }}
Images
Archived Images
Monitors
{% for monitor_name, monitor_url in inst_tools %} {% if not monitor_url == '#' %}
{{ monitor_name }}
{% endif %} {% endfor %}
Documentation
{{ inst_key.upper() }} Docs
{% endfor %}
GitHub Repository
{% for message in messages %}
×
{{ message }}
{% endfor %} {% block content %} {% endblock %}