{% trans '您暂时不能访问该站点的后台管理,这是以下原因造成的:' %}
-
{% if user.is_anonymous %}
{% else %}
{% if not user.is_active %}
- {% trans '用户' %}({{ user.username }}){% trans '未激活!' %} {% else %}{% if not user.is_staff %}
- {% trans '用户' %}({{ user.username }}){% trans '没有管理员权限,请联系管理员!' %} {% endif %}{% endif %} {% endif %}
- {% trans '注销' %}