{% load static %}
添加一级分类
ID
名称
操作
{% for row in list_children %}
{{ row.id }}
{{ row.space }} {{ row.title }}
添加子类
修改
删除
{% endfor %}