{% extends "account/base.html" %} {% load account socialaccount %} {% block content %} {% get_providers as socialaccount_providers %} {% if socialaccount_providers %}

Please sign in with one of your existing third party accounts:

{% include "socialaccount/snippets/login_extra.html" %} {% else %}

You don't have any social account providers set up.

{% endif %} {% if user_name_or_password_incorrect %}
The user name or password was not valid.
{% endif %} {% if login_banner %}
{{ login_banner|safe }}
{% endif %} {% endblock %}