{% extends "base.html" %} {% import "page.html" as page %} {% block content %}

权限管理 默认每页显示25条数据

角色列表
{% for role in roles %} {% endfor %}
角色 操作
{{ role.name }} 删除
{% if pagination %} {% endif %}
{% endblock %} {% block bottom_js %} {% endblock %}