{% load static %}
{% block extra_head %}{% endblock %}
{% block app_bar_logo %}
{% endblock %}
{{ APP_ENV }}
•
{{ GIT_COMMIT_HASH }}
•
{{ OS_NAME }}
•
{{ PAGE_GEN_TIME }}
{{ APP_ENV|slice:":1"|upper }}
Home
Browse
Users
{% block content %}{% endblock %}
{% if user.is_authenticated %}
{% if impersonating %}
{% if impersonator_avatar_url %}
{% else %}
{{ impersonator.username|first|upper }}
{% endif %}
Impersonator: {{ impersonator.username }}
{% endif %}
{% if user.userprofile.avatar %}
{% else %}
{{ user.username|first|upper }}
{% endif %}
{{ user.username }}
{% if impersonating %}
acting from
{{ impersonator.username }}
{% endif %}
Account Settings
API Tokens
{% csrf_token %}
{% if impersonating %}
Stop impersonating {% else %}
Logout {% endif %}
{% else %}
Login
|
Register
{% endif %} {% block extra_js %}{% endblock %}