{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load strip_scheme %} {% load thumb %} {% load user_actions %} {% if item.has_cover %} {% endif %} {% block head %} {% endblock %} {{ site_name }} - {% trans item.category.label %} | {{ item.title }} {% include "common_libs.html" with jquery=0 %}
{% include "partial/_navbar.html" %}
{{ item.title }}
{% if item.is_deleted %} [DELETED] {% endif %} {% if item.merged_to_item %} [MERGED {{ item.merged_to_item.title }}] {% endif %} {% block title %}
{{ item.title }} {% for res in item.external_resources.all %} {{ res.site_name.label }} {% endfor %}
{% endblock %} {% block details %}
{% if item.rating %} {{ item.rating | floatformat:1 }} ({{ item.rating_count }}人评分) {% else %} {% trans '评分:评分人数不足' %} {% endif %}
此类数据尚未支持
uuid: {{item.uuid}}
class: {{item.class_name}}
category: {{item.category}}
{% endblock %}
{% for tag in item.tags %} {{ tag }} {% endfor %}
{% if item.brief %}
{% trans '简介' %}

{{ item.brief | linebreaksbr }}

{% endif %} {% block content %} {% if item.contents %}
{% trans '目录' %}

{{ item.contents | linebreaksbr }}

{% endif %} {% if item.track_list %}
{% trans '曲目' %}

{{ item.track_list | linebreaksbr }}

{% endif %} {% endblock %}
{% trans '标记' %}
{% if mark_list %} {% trans '全部标记' %} 关注的人的标记 {% endif %}
    {% for others_mark in mark_list %}
  • {{ others_mark.owner.username }} {{ others_mark.action_label }} {% if others_mark.rating %} {% endif %} {% if others_mark.visibility > 0 %} {% endif %} {% if others_mark.shelfmember.metadata.shared_link %} {{ others_mark.created_time | date }} {% else %} {{ others_mark.created_time | date }} {% endif %} {% if others_mark.text %}

    {{ others_mark.comment_html|safe }} {% liked_piece others_mark.shelfmember as liked %} {% include 'like_stats.html' with liked=liked piece=others_mark.shelfmember %}

    {% endif %}
  • {% empty %}
    {% trans '暂无标记' %}
    {% endfor %}
{% trans '评论' %}
{% if review_list %} {% trans '全部评论' %} {% endif %} {% if review_list %}
    {% for others_review in review_list %}
  • {{ others_review.owner.username }} {% if others_review.visibility > 0 %} {% endif %} {{ others_review.created_time | date }} {{ others_review.title }} {% liked_piece others_review as liked %} {% include 'like_stats.html' with liked=liked piece=others_review %} {{ others_review.get_plain_content | truncate:100 }}
  • {% endfor %}
{% else %}
{% trans '暂无评论' %}
{% endif %}
{% block sidebar_review %} {% if user.is_authenticated %}
{% if mark.shelf_type %}
{% trans '我' %}{% trans mark.shelf_label %} {% if mark.rating %} {% endif %} {% if mark.visibility > 0 %} {% endif %} {% trans '修改' %}
{% csrf_token %} {% trans '删除' %}
{% if mark.metadata.shared_link %} {{ mark.created_time|date }} {% else %} {{ mark.created_time|date }} {% endif %}
{% if mark.text %}

{{ mark.comment_html|safe }}

{% endif %}
{% for tag in mark.tags %} {{ tag }} {% endfor %}
{% else %}
{% trans '标记' %}{% trans item.demonstrative %}
{% for k, v in shelf_types %} {% if v %} {% endif %} {% endfor %}
{% endif %}
{% if review %} {% trans '我的评论' %} {% if review.visibility > 0 %} {% endif %} {% trans '编辑' %} {% trans '删除' %}
{{ review.edited_time }}
{{ review.title }} {% else %} {% endif %}
{% else %}
{% trans '登录后可管理标记和评论' %}
{% endif %} {% endblock %} {% block sidebar %} {% endblock %} {% block sidebar_collection %}
{% trans '相关收藏单' %}
{% if collection_list %} {% for c in collection_list %}

{{ c.title }}

{% endfor %} {% endif %} {% if request.user.is_authenticated %}
{% endif %}
{% endblock %}
{% include "partial/_footer.html" %}