![]() |
{{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.path.startswith('/info') %} HOME | INFO {% elif request.path.endswith('/view/{environ}') %} HOME | INFO {% else %} HOME | INFO {% endif %} | AWS | {{version}} | {{env.upper()}} {% for environment in environments %} {% if environment == env %} {{environment}} {% else %} {{environment}} {% endif %} {% endfor %} | {% 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}} |
![]() |