{% extends "base.html" %} {% load static %} {% load i18n %} {% load account socialaccount %} {% block title %}登录账号{% endblock %} {% block style %} {% endblock style %} {% block content %}

{% get_providers as socialaccount_providers %} {% if socialaccount_providers %}

{% blocktrans with site.name as site_name %}请登录已有本地账号或注册新账号。 也可以通过第三方登录:{% endblocktrans %}

第三方登录:暂无
{#
    #} {# {% include "socialaccount/snippets/provider_list.html" with process="login" %}#} {#
#}
本地登录:
{% include "socialaccount/snippets/login_extra.html" %} {% else %}

{% blocktrans %}If you have not created an account yet, then please sign up first.{% endblocktrans %}

{% endif %}
{% endblock %}