{% if package == 'foursight' %}
![]() |
{{main_title}} | {{load_time}} {% if not is_running_locally and is_admin %} | LOGOUT {% elif not is_running_locally and not is_admin %} | LOGIN {% endif %} |
{% if request.context.path.startswith(context + 'info') %} HOME | USERS | INFO {% elif request.context.path.endswith('/view/' + env) %} HOME | USERS | INFO {% elif request.context.path.startswith(context + 'users') %} HOME | USERS | INFO {% else %} HOME | USERS | INFO {% endif %} | AWS | {{version}} | {% if environments|length > 0 %} {{env}} {% for environment in environments %} {% if environment["name"].upper() == env.upper() or environment["public"].upper() == env.upper() or environment["full"].upper() == env.upper() or environment["short"].upper() == env.upper() or environment["foursight"].upper() == env.upper() %} {{environment["public"]}} ✓ {% else %} {{environment["public"]}} {% endif %} {% endfor %} {% else %} {{env}} {% endif %} | {% if stage == 'prod' %} {{stage}} | {% elif stage == 'dev' %} {{stage}} | {% else %} {{stage}} | {% endif %} {% if is_admin %} {% if logged_in_as["email_address"] %} {{logged_in_as["email_address"]}} {% elif is_running_locally %} local {% else %} admin {% endif %} {% else %} NOT LOGGED IN {% endif %} |
running: {{running_checks}} | queued: {{queued_checks}} |
![]() |