{% trans '想读的书' %}
{% if wish_books_more %} {% trans '更多' %} {% endif %}-
{% for wish_book_mark in wish_book_marks %}
-
{{ wish_book_mark.book.title }}
{% empty %}
暂无记录
{% endfor %}
{% trans '在读的书' %}
{% if do_books_more %} {% trans '更多' %} {% endif %}-
{% for do_book_mark in do_book_marks %}
-
{{ do_book_mark.book.title }}
{% empty %}
暂无记录
{% endfor %}
{% trans '读过的书' %}
{% if collect_books_more %} {% trans '更多' %} {% endif %}-
{% for collect_book_mark in collect_book_marks %}
-
{{ collect_book_mark.book.title }}
{% empty %}
暂无记录
{% endfor %}
{% trans '关注的人' %}
{% trans '更多' %}{% trans '被他们关注' %}
{% trans '更多' %}
{% if request.user.is_staff and request.user == user%}
{% endif %}
{% trans '举报信息' %}
全部举报-
{% for report in reports %}
- {{ report.submit_user }}{% trans '举报了' %}{{ report.reported_user }} {% empty %}
{% trans '暂无新举报' %}
{% endfor %}