diff --git a/templates/base.html b/templates/base.html
index fa3693c..d10859f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -32,7 +32,7 @@
{% endif %}
{% endif %}
-
+ {% if not is_blocked %}
{% if request.endpoint and request.endpoint != 'system_auth' %}
{% if current_user.is_authenticated and current_user.is_admin %}
@@ -45,9 +45,12 @@
{% endif %}
{% endif %}
+ {% endif %}
+
+
{% block content %}{% endblock %}