{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Account Connections" %}{% endblock %}
{% block content %}
{% include "preferences_ribbon.html" %}
{% blocktrans %}You can sign in to your account using a Google account.{% endblocktrans %}
{% else %}{% trans 'You currently have no social network accounts connected to this account.' %}
{% endif %} {% comment %} Web Google OAuth is blocked inside the native app WebView ("disallowed_useragent"); the app links Google accounts through MobileGoogleAuthView instead, so hide the web connect link. {% endcomment %} {% if GOOGLE_LOGIN_ENABLED and not request.is_mobile_app %}