diff --git a/templates/header.html b/templates/header.html
index cda3de9c..7d3cba2b 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -414,7 +414,7 @@
{# --- Support & Contact Section (New) --- #}
-
{% endcomment %}
{% endif %}
@@ -451,7 +451,7 @@
{% if user.is_authenticated%}
-
+
{{ request.dealer.user.username }}
{% endif %}
diff --git a/templates/notifications.html b/templates/notifications.html
index 250b3bdf..0c1d1811 100644
--- a/templates/notifications.html
+++ b/templates/notifications.html
@@ -1,3 +1,4 @@
+{% load i18n %}