{% if admin_theme %} {% endif %} {% if current_user.is_authenticated %} {% set new_orders_count = new_orders_count if new_orders_count is defined else 0 %}
{% block page_title %}Панель адміністратора{% endblock %}
🔔 {{ new_orders_count }}
{{ current_user.username[:1]|upper }}
{{ current_user.username }}
{{ current_user.role_label() }}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}
{% else %} {% block guest_content %}{% endblock %} {% endif %}