{% 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 OAuth redirects are blocked inside the native app WebView ("disallowed_useragent"); the app links accounts natively through MobileSocialAuthView instead, so hide the web connect links. Each provider appears only when this deployment has configured its web credentials. {% endcomment %} {% if not request.is_mobile_app %} {% if GOOGLE_LOGIN_ENABLED %}