{% 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 }}

    • {% if mark.rating %} {% endif %} {% if mark.is_private %} {% endif %} {{ mark.edited_time }} {% if mark.text %}

      {{ mark.text }}

      {% endif %}
  • {% empty %}
    {% trans '无结果' %}
    {% endfor %}
{% trans '关注的人' %}
{% trans '更多' %}
{% trans '被他们关注' %}
{% trans '更多' %}
{% include "partial/_footer.html" %}