diff --git a/templates/header.html b/templates/header.html
index aea4ea51..721f7b4d 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -11,7 +11,7 @@
hx-swap="outerHTML"
hx-select-oob="#toast-container"
hx-indicator="#spinner">
-
+
{% comment %} {{request.dealer|default:"Apps"}}
{% endcomment %}
@@ -223,7 +223,7 @@
- {% trans "Sale Order"|capfirst %}
+ {% trans "Sale Orders"|capfirst %}
@@ -440,7 +440,7 @@
-
+
{% endcomment %}
{% endif %}
@@ -450,11 +450,10 @@
{% if user.is_authenticated%}
-
-
+
{{ request.dealer.user.username }}
-
+
{% endif %}
@@ -587,7 +586,7 @@
{% if request.is_dealer %}
{{ user.dealer.get_local_name }}
{% else %}
- {{ user.staffmember.staff.get_local_name }}
+ {{ user.staff.get_local_name }}
{% endif %}
diff --git a/templates/purchase_orders/po_upload_cars.html b/templates/purchase_orders/po_upload_cars.html
index 2e3a82f8..4e52cb40 100644
--- a/templates/purchase_orders/po_upload_cars.html
+++ b/templates/purchase_orders/po_upload_cars.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load i18n %}
{% block content %}