{% load staticfiles %} 图书类型查询
{% include 'header.html' %}
{% for bookType in bookTypes_page %} {% endfor %}
序号图书类别类别名称可借阅天数
{{ startIndex|add:forloop.counter }} {{ bookType.bookTypeId }} {{ bookType.bookTypeName }} {{ bookType.days }}  查看  编辑  删除
共有{{ recordNumber }}条记录,当前第{{ currentPage }}/{{ totalPage }}> 页
{% include 'footer.html' %}