templates/zerver/portico-header.html
{% if page_is_api_center %} {{ _('Skip to main content') }} {% endif %} {% if custom_logo_url %} {% else %} {% if page_is_api_center %} | {{ doc_root_title }} {% endif %} {% if page_is_policy_center %} | {{ doc_root_title }} {% endif %} {% if page_is_showroom %} | {{ doc_root_title }} {% endif %} {% endif %}
{% if user_is_authenticated %} {% include 'zerver/portico-header-dropdown.html' %} {% else %} {% if not only_sso %} {% if is_self_hosting_management_page %} {% else %} {{ _('Log in') }} {% endif %} {% endif %} {% endif %} {% if register_link_disabled %} {% elif only_sso %} {{ _('Log in') }} {% else %} {% if user_is_authenticated %} {% else %} {{ _('Sign up') }} {% endif %} {% endif %} {% if not is_self_hosting_management_page and non_realm_specific_page %} {{ _('New organization') }} {% endif %}