{% trans '我想看的书' %}
{% if wish_books_more %} {% trans '更多' %} {% endif %}-
{% for wish_book in wish_books %}
-
{{ wish_book.title | truncate:9 }}
{% empty %}
暂无记录
{% endfor %}{% trans '我在看的书' %}
{% if do_books_more %} {% trans '更多' %} {% endif %}-
{% for do_book in do_books %}
-
{{ do_book.title | truncate:9 }}
{% empty %}
暂无记录
{% endfor %}{% trans '我看过的书' %}
{% if collect_books_more %} {% trans '更多' %} {% endif %}-
{% for collect_book in collect_books %}
-
{{ collect_book.title | truncate:9 }}
{% empty %}
暂无记录
{% endfor %}
{% if user.is_staff %}
{% endif %}
{% trans '举报信息' %}
-
{% for report in reports %}