diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html
index 4ebf3a466..5e71de842 100644
--- a/lnbits/templates/base.html
+++ b/lnbits/templates/base.html
@@ -40,6 +40,11 @@
LNbits {% endif %} {%endif%} {%
endblock %}
+ {% block toolbar_subtitle %}{%if user and user.super_user%}
+ Super User
+ {% elif user and user.admin %}
+ Admin User
+ {%endif%}{% endblock %}
{% block beta %} {% if VOIDWALLET %}
@@ -325,7 +330,7 @@