diff --git a/myproject/templates/navbar.html b/myproject/templates/navbar.html
index 6b29699..778457a 100644
--- a/myproject/templates/navbar.html
+++ b/myproject/templates/navbar.html
@@ -20,14 +20,14 @@
{% if user.is_authenticated %}
{% comment %}Показываем меню tenant приложений только если мы не на странице setup-password (public схема){% endcomment %}
{% if 'setup-password' not in request.path %}
-
+
- 📦 Товары
+ Товары
-
+
- 📋 Заказы
+ Заказы
-
+
- 👥 Клиенты
+ Клиенты
-
+
- 🏭 Склад
+ Склад
-
+
- 💰 Касса
+ Касса
{% endif %}
-
+
{% if request.user.is_owner or request.user.is_superuser %}
{% if request.tenant %}
- ⚙️ Настройки
+ Настройки
{% else %}
- ⚙️ Настройки
+ Настройки
{% endif %}
{% endif %}
-
+
{% if user.is_owner or user.is_manager %}
{% url 'inventory:debug_page' as debug_url %}
{% if debug_url %}
- 🔧 Debug
+ Debug
{% endif %}