{% load i18n %} {% load account %} {% load url from future %}
{% blocktrans with redirect_url as url %}
You've successfully logged in. You're being redirected back to the website.
If you're not redirected within 10 seconds, please, click here.
{% endblocktrans %}
{% blocktrans with site.name as site_name %}Please log in with one of your existing third party accounts. Or use the form below:{% endblocktrans %}
{% include "socialaccount/snippets/login_extra.html" %} {% endif %} {% endif %}