{% extends "account/base.html" %} {% load i18n %} {% load account socialaccount %} {% load bootstrap_tags %} {% block head_title %}{% trans "Sign In" %}{% endblock %} {% block content %}
{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}
{% include "socialaccount/snippets/login_extra.html" %} {% else %}{% blocktrans %}If you have not created an account yet, then please sign up first.{% endblocktrans %}
{% endif %} {% endblock %}