{{#if dropdownVisible}}
{{! This text is covered by the dropdown, but duplicating it here
makes the position of "Close" match the position of this text. }}
Sign in ▾
Close
{{#if loggingIn}}
{{> _loginButtonsLoggingIn}}
{{/if}}
{{> _loginButtonsLoggedOutAllServices}}
{{else}}
{{#if loggingIn}}
{{! Not normally visible, but if the user closes the dropdown during login.}}
{{> _loginButtonsLoggingIn}}
{{else}}
Sign in ▾
{{/if}}
{{/if}}