{% trans '您暂时不能访问该站点的后台管理,这是以下原因造成的:' %}
-
{% if user.is_anonymous %}
- {% trans '你还没登录,请重新刷新页面!' %} {% else %} {% if not user.is_active %}
- {% trans '用户' %}({{ user.username }}){% trans '未激活!' %} {% else %}{% if not user.is_staff %}
- {% trans '用户' %}({{ user.username }}){% trans '没有管理员权限,请联系管理员!' %} {% endif %}{% endif %} {% endif %}
{% trans '如有需要,请联系管理员或开发者为您解决上述问题。' %}