最新图书
查看全部
                        {% endif %}
                    {{ book.title }}
{{ '借阅' if book.stock > 0 else '详情' }}示例图书标题
通知公告
查看全部{{ announcement.title }}
{{ announcement.content|striptags|truncate(100) }}
暂无公告
目前没有任何通知公告
您有{{ user_notifications|length }}条未读通知
{% for notification in user_notifications %} {% if loop.index <= 2 %} {{ notification.title }}{% if not loop.last and loop.index < 2 %}、{% endif %} {% endif %} {% endfor %} {% if user_notifications|length > 2 %}等{% endif %}