{% load i18n %} {% load static %} {{ site_name }} - {% trans '登录' %} {% include "partial/_common_libs.html" %}
{% if user.is_authenticated %} {% trans '前往首页' %} {% elif allow_any_site %}

{% trans '了解更多' %}
{% else %} {% endif %}
网页加载超时,请检查网络(翻墙)设置。
{% if not user.is_authenticated and not allow_any_site %} {% endif %}