{% if request.path.endswith('/view/info') %}
HOME |
INFO
{% elif request.path.endswith('/view/{environ}') %}
HOME |
INFO
{% else %}
HOME |
INFO
{% endif %}
|
{{version}}
|
{% if is_running_locally %}
LOCAL |
{% endif %}
{% if stage == 'prod' %}
PROD |
{% elif stage == 'dev' %}
{% if is_running_locally %}
LOCAL |
{% else %}
DEV |
{% endif %}
{% else %}
{{stage}} |
{% endif %}
{% if is_admin %}
{% if logged_in_as %}
{{logged_in_as}}
{% else %}
ADMIN
{% endif %}
{% else %}
LOGIN
{% endif %}
|
{% if running_checks != '0' or queued_checks != '0' %}