Norda Biznes
Firmy
{% if current_user.is_authenticated %}
Spolecznosc
Kalendarz
Forum
Tablica B2B
Chat AI
Panel {% set total_unread = (unread_notifications_count|default(0)) %} {% if total_unread > 0 %}
{{ total_unread if total_unread <= 99 else '99+' }}
{% endif %}
{{ current_user.name[:1]|upper if current_user.name else 'U' }}
{{ current_user.name or 'Uzytkownik' }}
{{ current_user.email }}
Powiadomienia {% if unread_notifications_count > 0 %}
{{ unread_notifications_count if unread_notifications_count <= 99 else '99+' }}
{% else %}
0
{% endif %}
Oznacz wszystkie
Ladowanie...
Wiadomosci
0
Moj Panel
{% if current_user.is_admin %}
Administracja
Admin Kalendarz
Social Media
Analityka Chatu
Debug Panel
Skladki
Ogloszenia
{% endif %}
Historia zmian
Wyloguj
{% else %}
Zaloguj
Rejestracja
{% endif %}
🚧
Serwis w fazie rozwoju. Oficjalne uruchomienie po akceptacji Zarządu Norda Biznes.
×
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
×
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}