{% extends "account/base.html" %} {% load i18n %} {% block body_content %}
{% trans '你不是管理员, 没有用户管理的权限!' %}
{% trans '请找管理员申请权限!' %}
{% endblock %}