{% extends "base.html" %} {% load crispy_forms_filters %} {% load i18n %} {% load account socialaccount %} {% block title %}{% trans 'Login' %}{% endblock %} {% block content %}

{% trans "Sign In" %}

{% get_providers as socialaccount_providers %} {% if socialaccount_providers %}
{% trans "Social Login" %}
{% trans 'You can use any of the following providers to sign in.' %}

{% include "socialaccount/snippets/login_extra.html" %}
{% endif %} {% endblock %}