{% load i18n %}
{% load ssi_csrf_token from ssify %}
{{ title }}
{% if USE_OPENID %}
{% trans "Sign in using:" %}
{% include "socialaccount/snippets/provider_list.html" %}
{% include "socialaccount/snippets/login_extra.html" %}
{% endif %}
{% block extra %}
{% endblock %}