{% load tags %} {% load static %}
{% if user.is_authenticated %} {% if user.is_superuser %} {{ user.username }} {% else %} {{ user.username }} {% endif %} Preferences {% endif %} {% if user.is_superuser or not user.is_authenticated %} Administration {% endif %} Bugreport Download CLI Documentation {% if user.is_authenticated %} Logout
{% endif %}