{%- from theme("macros.html") import is_active, topnav with context -%}
{{ emit_event("before-first-navigation-element") }}
{{ topnav(endpoint='forum.index', name=_('Forum'), icon='fa fa-comment', active=active_forum_nav) }}
{{ topnav(endpoint='forum.memberlist', name=_('Memberlist'), icon='fa fa-user') }}
{{ topnav(endpoint='forum.search', name=_('Search'), icon='fa fa-search') }}
{{ emit_event("after-last-navigation-element") }}
{% if current_user and current_user.is_authenticated() %}
-
Inbox {{ current_user.pm_unread }}
{{ topnav(endpoint='forum.topictracker', name=_('Topic Tracker'), icon='fa fa-book') }}
-
{% else %}
-
{% endif %}