zulip
0
{# Start the button off disabled since there is no active search #}
{# /searchbox #}
0
    • {# It is quite ingrained in our frontend code that your Home view is a Bootstrap Nav tab, even though we don't show the tab anymore #}
    • {{ _('Manage streams') }}
    • {{ _('Settings') }}
    • {{ _('Manage organization') }}
    • {{ _('User documentation') }}
    • {{ _('Keyboard shortcuts') }}
    • {{ _('Message formatting') }}
    • {{ _('Search operators') }}
    • {{ _('Desktop & mobile apps') }}
    • {{ _('Integrations') }}
    • {{ _('API documentation') }}
    • {% if enable_feedback %}
    • {{ _('Feedback') }}
    • {% endif %} {% if show_invites %}
    • {{ _('Invite users') }}
    • {% endif %} {% if show_webathena %}
    • {{ _('Link with Webathena') }}
    • {% endif %}
    • {{ _('Log out') }}
    • {% if show_debug %}
    • {{ _('Debug') }}
    • {% endif %}