{% if custom_logo_url %} {{ _('Zulip') }} {% else %} {% if page_is_help_center %} | User Documentation {% endif %} {% if page_is_api_center %} | API Documentation {% endif %} {% endif %}
{% if user_is_authenticated %} {% include 'zerver/portico-header-dropdown.html' %} {% else %} {% if login_link_disabled %} {% elif not only_sso %} {{ _('Log in') }} {% endif %} {% endif %} {% if register_link_disabled %} {% elif only_sso %} {{ _('Log in') }} {% else %} {% if user_is_authenticated %} {% else %} {{ _('Sign up') }} {% endif %} {% endif %}