{% include 'base.html' with title='借阅信息' %}
当前借阅:(
{{ books_num }}
本)
超期:(
{{ books_over_time_num }}
本)
{% for book in books %}
{{ book.book_id }}
{{ book.borrow_time }}
——
{{ book.ending_time }}
状态:
借阅中
{% endfor %}