{% load static %} {% load i18n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% trans 'Nicedb - ' %}{{ user.username }}{{ list_title }}
{% include "partial/_navbar.html" %}
{{ 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 %}
    {% trans '无结果' %}
    {% endfor %}
{% trans '关注的人' %}
{% trans '更多' %}
{% trans '被他们关注' %}
{% trans '更多' %}
{% include "partial/_footer.html" %}