{% extends "account/base.html" %} {% load i18n %} {% load account %} {% load url from future %} {% block head_title %}{% trans "Sign In" %}{% endblock %} {% block content %}
{% blocktrans %}Need an account? Sign up.{% endblocktrans %}
{% if socialaccount.providers %}{% blocktrans with site.name as site_name %}Please log in with one of your existing third party accounts.{% endblocktrans %}
{% include "socialaccount/snippets/login_extra.html" %} {% endif %} {% endblock %}