{% load i18n %} Document
{% if user.is_authenticated %} {% trans '前往我的主页' %} {% else %} {% trans '使用长毛象授权登录' %} {% endif %}