{% if site_nav_icon_abs %} {% else %}
✨
{% endif %} {{ site_display_name() }}
{% if available_locales and available_locales|length > 1 %}
{% endif %}
    {% if fixed_nav_posts %} {% for nav_p in fixed_nav_posts %}
  • {{ nav_p.fixed_label or nav_p.label }}
  • {% endfor %} {% endif %} {% if plugin_area_navbar_links %}{{ plugin_area_navbar_links | safe }}{% endif %} {% if user %}
  • {% if user.image_url %} {% else %}
    {{ (user.first_name or user.username or 'U')[0]|upper }}
    {% endif %} {{ user.first_name or user.username }}
    • 👤 {{ t('ui.profile') if t else 'Profilul meu' }}
    • {% if plugin_area_user_dropdown %}{{ plugin_area_user_dropdown | safe }}{% endif %} {% if has_role('admin', 'editor', 'author', 'seller', 'developer') %}

    • ⚡ {{ t('ui.admin') if t else 'Panou Admin' }}
    • ✍️ {{ t('ui.new_post') if t else 'Articol Nou' }}
    • {% endif %}

    • 🚪 {{ t('ui.logout') if t else 'Deconectare' }}
  • {% else %}
  • 🔑 {{ t('ui.login') if t else 'Autentificare' }}
  • {% endif %}