{% load i18n %} {% load static %} {% trans 'NiceDB - 登录' %}
{% if user.is_authenticated %} {% trans '前往我的主页' %} {% else %} {% endif %}
{% if not user.is_authenticated %} {% endif %}