{% block head_title %}{% trans "Account Connections" %}{% endblock %}
{% block body %}
+<div class="normal-text white-box">
+
<h1>{% trans "Account Connections" %}</h1>
-<div class="normal-text white-box">
{% if form.accounts %}
<p>{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}</p>
<p>{% trans "You currently have no social network accounts connected to this account." %}</p>
{% endif %}
+{% if USE_OPENID %}
<h2>{% trans 'Add a 3rd Party Account' %}</h2>
<ul class="socialaccount_providers">
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
+{% endif %}
</div>
{% endblock %}