{% extends "base.html" %} {% load i18n %} {% load account socialaccount %} {% load widget_tweaks %} {% block title %}{% trans "Sign In" %}{% endblock %} {% block content %}

{% trans "Sign in" context 'login' %}

{% get_providers as socialaccount_providers %} {% if socialaccount_providers %}

{% trans "Social Login" context 'login' %}

{% include "socialaccount/snippets/provider_list.html" with process="login" %} {% include "socialaccount/snippets/login_extra.html" %}
{% endif %}
{% endblock %}