{{ user.username }}{{ list_title }}
-
{% for mark in marks %}
-
{% comment %} {% endcomment %} {% 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 }}
{% for tag_dict in mark.book.tag_list %} {% for k, v in tag_dict.items %} {% if k == 'content' %} {{ v }} {% endif %} {% endfor %} {% endfor %}-
{% if mark.rating %}
{% endif %}
{% if mark.is_private %}
{% endif %}
{% trans '于' %} {{ mark.edited_time }} {% trans '标记' %}
{% if mark.text %}
{{ mark.text }}
{% endif %}
{% empty %}
-
{% if mark.rating %}
{% endif %}
{% if mark.is_private %}
{% endif %}
{% trans '于' %} {{ mark.edited_time }} {% trans '标记' %}
{% if mark.text %}
{% trans '无结果' %}
{% endfor %}
{% if marks.pagination.has_prev %}
«
‹
{% endif %}
{% for page in marks.pagination.page_range %}
{% if page == marks.pagination.current_page %}
{{ page }}
{% else %}
{{ page }}
{% endif %}
{% endfor %}
{% if marks.pagination.has_next %}
›
»
{% endif %}