{% block extra_head %}{% endblock %}
{% if not no_main_wrapper and current_user.is_authenticated %} {# ===== DASHBOARD LAYOUT (authenticated users) ===== #}
{% block page_title %}Панель управления{% endblock %}
{% if unread_notifications_count is defined and unread_notifications_count > 0 %}
{% endif %}
Уведомления
Все
Загрузка...
{{ current_user.full_name[:1] }}
{{ current_user.full_name.split()[-1] }}
{{ current_user.full_name }}
{{ {'admin':'Админ','junior_expert':'Младший эксперт','sm':'Руководитель','senior_expert':'Старший эксперт','employee':'Эксперт','guest':'Гость'}.get(current_user.role, current_user.role) }}
Ранкинг
Профиль
Тёмная тема
Выйти
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if breadcrumbs %}
{% for b in breadcrumbs %}
/
{% if b.url %}
{{ b.label }}
{% else %}
{{ b.label }}
{% endif %} {% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% else %} {# ===== LOGIN / LANDING LAYOUT (no sidebar) ===== #}
COLUMBUS BOUTIQUE
Главная
График
{% if current_user.is_authenticated %}
Задачи
{% endif %}
{% if current_user.is_authenticated %}
{{ current_user.full_name[:1] }}
{{ current_user.full_name.split()[-1] }}
{{ current_user.full_name }}
{{ {'admin':'Админ','junior_expert':'Младший эксперт','sm':'Руководитель','senior_expert':'Старший эксперт','employee':'Эксперт','guest':'Гость'}.get(current_user.role, current_user.role) }}
Ранкинг
Профиль
Тёмная тема
Выйти
{% endif %}
Меню
×
Главная
График
{% if current_user.is_authenticated %}
KPI
Ранкинг
Сотрудники
Задачи
Обучения
{% if unread_notifications_count > 0 %}
{{ unread_notifications_count }}
{% endif %} Уведомления
{% if current_user.can_edit() %}
👤 Пользователи
📤 Загрузка файлов
🔧 Управление KPI
🛡 Аудиты
🔄 Sync Test
{% endif %}
Профиль
Выйти
{% else %}
Войти
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if breadcrumbs %}
{% for b in breadcrumbs %} {% if b.url %}
{{ b.label }}
{% else %}
{{ b.label }}
{% endif %} {% if not loop.last %}
›
{% endif %} {% endfor %}
{% endif %} {% block content_full %}{% endblock %} {% if not no_main_wrapper %}
{% endif %} {% block login_content %}{% endblock %} {% if not no_main_wrapper %}
{% endif %} {% endif %} {# Override in child templates if custom footer needed #} {% block footer %}{% endblock %}
Просмотр файла
{% block extra_js %}{% endblock %}