{% comment %}
The native app has its own Google Sign-In path (see MobileGoogleAuthView); the web OAuth
redirect is blocked inside embedded WebViews ("disallowed_useragent"), so hide it in the app.
{% endcomment %}
{% if GOOGLE_LOGIN_ENABLED and not request.is_mobile_app %}
Sign in with your Google account
{% endif %}
{% if GOOGLE_LOGIN_ENABLED and not request.is_mobile_app %}Don't have a Google account? {% endif %}Sign in with your account on this site: