Norda Biznes Hub
Firmy
{% if current_user.is_authenticated %}
Społeczność ▾
Kalendarz
Forum
Tablica B2B
Chat AI
{% if unread_notifications_count > 0 %}
{{ unread_notifications_count if unread_notifications_count <= 99 else '99+' }}
{% else %}
0
{% endif %}
Powiadomienia
Oznacz wszystkie
Ladowanie...
{{ current_user.name[:1].upper() }}
{{ current_user.name.split()[0] }}
Mój Panel
Wiadomości
0
Co nowego
Wyloguj
{% else %}
Zaloguj
Rejestracja
{% endif %}
{% if current_user.is_authenticated and current_user.is_admin %}
Admin
Zarządzanie
Użytkownicy
Składki
Rekomendacje
Kalendarz
Social Media
Audyty
Audyt SEO
Audyt IT
Audyt GBP
Audyt Social
Analityka
Chat AI
Debug Panel
{% 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 %}