{% extends "account/base.html" %} {% load i18n %} {% load account %} {% load django_bootstrap_breadcrumbs %} {% load url from future %} {% block head_title %}{% trans "Sign In" %} ยท {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb "Sign In" "" %} {% endblock %} {% block content %}
{% blocktrans %}Sign in with your third party accounts or using an existing account:{% endblocktrans %}
{% include "socialaccount/snippets/login_extra.html" %} {% else %}{% blocktrans %}If you have not created an account yet, then please sign up first.{% endblocktrans %}
{% endif %}