{% trans '想读的书' %}
{% if wish_books_more %} {% trans '更多' %} {% endif %}-
{% for wish_book_mark in wish_book_marks %}
-
{{ wish_book_mark.book.title | truncate:15 }}
{% empty %}
暂无记录
{% endfor %}{% trans '在读的书' %}
{% if do_books_more %} {% trans '更多' %} {% endif %}-
{% for do_book_mark in do_book_marks %}
-
{{ do_book_mark.book.title | truncate:15 }}
{% empty %}
暂无记录
{% endfor %}{% trans '读过的书' %}
{% if collect_books_more %} {% trans '更多' %} {% endif %}-
{% for collect_book_mark in collect_book_marks %}
-
{{ collect_book_mark.book.title | truncate:15 }}
{% empty %}
暂无记录
{% endfor %}
{% if request.user != user %}
{% trans '举报用户' %}
{% endif %}
{% if request.user.is_staff %}
{% endif %}