{% if site_nav_icon_abs %}{% else %}A{% endif %} {{ site_display_name() }}
    {% 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 available_locales and available_locales|length > 1 %}
  • {% 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 'Profile' }}
    • {% 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 'Admin' }}
    • {% endif %}

    • {{ t('ui.logout') if t else 'Logout' }}
  • {% else %}
  • {{ t('ui.login') if t else 'Login' }}
  • {% endif %}