-
{% for mark in marks %}
-
{{ mark.book.title }} {% if mark.book.rating %} {% else %} {% endif %} {% if mark.book.pub_year %} {{ mark.book.pub_year }}{% trans '年' %} / {% if mark.book.pub_month %} {{ mark.book.pub_month }}{% trans '月' %} / {% endif %} {% endif %} {% if mark.book.author %} {% trans '作者' %} {% for author in mark.book.author %} {{ author }}{% if not forloop.last %},{% endif %} {% endfor %}/ {% endif %} {% if mark.book.translator %} {% trans '译者' %} {% for translator in mark.book.translator %} {{ translator }}{% if not forloop.last %},{% endif %} {% endfor %}/ {% endif %} {% if mark.book.orig_title %} {% trans '原名' %} {{ mark.book.orig_title }} {% endif %}
{{ mark.book.brief | truncate:170 }}
{% empty %}
{% trans '无结果' %}
{% endfor %}
{% if request.user != user %}
{% trans '举报用户' %}
{% endif %}