@{veb.raw(build_tr_menu(ctx.lang))}
@if ctx.logged_in @end
@if ctx.logged_in .avatar { } .header-dropdown { .links { %header_repositories %header_profile %header_issues %header_stars %header_feed } .links { %header_settings @if ctx.user.is_admin %header_admin_panel @end } .username { %header_signed_in_as @ctx.user.username } .links { %header_sign_out } } @else @end