{{main_title}} {{load_time}} {% if not is_running_locally %}  |  LOGOUT {% endif %}
{% if running_checks != '0' or queued_checks != '0' %}
{% if request.path.endswith('/view/info') %} HOME  |  INFO {% elif request.path.endswith('/view/{environ}') %} HOME  |  INFO {% else %} HOME  |  INFO {% endif %} [{{context}}][{{base_path}}] {{version}} STAGE: {{stage}}  |  {% if is_admin %} LOGIN: admin {% else %} LOGIN {% endif %}
running: {{running_checks}}  |  queued: {{queued_checks}}
{% endif %}
{% if not is_admin %}
Not logged in. Click here to login.
{% else %}
{% block content %}{% endblock %}
{% endif %}
{% block script %}{% endblock %}