{% import "components.html" as components %} {% macro nav(selected="", show_lhs=true) -%} {{ config.name }} {% if show_lhs %} {{ icon "house" }} {{ text "general:link.home" }} {{ icon "trending-up" }} {{ text "general:link.popular" }} {% if user %} {{ icon "book-heart" }} {{ text "general:link.communities" }} {% endif %} {% endif %} {% if user %} {% if user.notification_count > 0 %} {{ icon "bell-dot" }} {{ user.notification_count }} {% else %} {{ icon "bell" }} {% endif %} {{ components::avatar(username=user.username, size="24px") }} {{ icon "chevron-down" c(dropdown-arrow) }} {{ user.username }} {{ icon "circle-user-round" }} {{ text "auth:link.my_profile" }} {{ icon "settings" }} {{ text "auth:link.settings" }} {% if is_helper %} {{ text "general:label.mod" }} {{ icon "scroll-text" }} {{ text "general:link.audit_log" }} {{ icon "flag" }} {{ text "general:link.reports" }} {{ icon "ban" }} {{ text "general:link.ip_bans" }} {% endif %} {{ config.name }} {{ icon "code" }} {{ text "general:link.source_code" }} {{ icon "book" }} {{ text "general:link.reference" }} {{ icon "log-out" }} {{ text "auth:action.logout" }} {% else %} {{ icon "chevron-down" c(dropdown-arrow) }} {{ icon "log-in" }} {{ text "auth:action.login" }} {{ icon "user-plus" }} {{ text "auth:action.register" }} {{ icon "code" }} View source {% endif %} {%- endmacro %} {% macro timelines_nav(selected="") -%}