{% 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 }}
Library
{% block content %}{% endblock %}
{% if user.is_authenticated %}
{% if user.userprofile.avatar_md5 %}
{% else %}
{{ user.username|first|upper }}
{% endif %}
{{ user.username }} {% if user.userprofile.e621_username %}
({{ user.userprofile.e621_username }})
{% endif %}
Upload
Duplicates
Delete
Followed Tags
Followed Pools
{% if user.is_staff %}
Admin
Stats
{% endif %}
{% csrf_token %}
Logout
{% else %}
Login
|
Register
{% endif %} {% block extra_js %}{% endblock %}