![]() |
{{main_title}} {% if stage == 'dev' %} ⚛ {% endif %} {% if is_running_locally %} ⊙ {% endif %} | {{load_time}} | ⌘ {% if not is_running_locally and is_admin %} | LOGOUT {% 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.upper()}} {% for environment in environments %} {% if environment["name"].upper() == env.upper() or environment["full"].upper() == env.upper() or environment["short"].upper() == env.upper() or environment["inferred"].upper() == env.upper() %} {{environment["full"]}} ✓ {% else %} {{environment["full"]}} {% endif %} {% endfor %} {% else %} {{env.upper()}} {% endif %} | {% if stage == 'prod' %} PROD | {% elif stage == 'dev' %} DEV | {% else %} {{stage}} | {% endif %} {% if is_admin %} {% if logged_in_as["email_address"] %} {{logged_in_as["email_address"]}} {% else %} ADMIN {% endif %} {% else %} LOGIN {% endif %} |
running: {{running_checks}} | queued: {{queued_checks}} |
![]() |