{% extends "framework/base.html" %} {#{% load i18n %}#} {% block header %} {{ _('用户模型 列表') }} {% endblock %} {% block content %}
{% include 'myadmin/widgets/role_tree_select.html' %}
{% include "framework/widgets/filter.html" %}
{{ _('添加') }} {% if settings.ALLOW_REGISTER %} {{ _('注册页面') }} {% endif %}
{% endblock %}