{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load strip_scheme %} {% load thumb %} {{ site_name }} - {% trans '音乐详情' %} | {{ album.title }}
{% include "partial/_navbar.html" %}
{{ album.title }}
{{ album.title }} {{ album.get_source_site_display }}
{% if album.rating and album.rating_number >= 5 %} {{ album.rating }} ({{ album.rating_number }}人评分) {% else %} {% trans '评分:评分人数不足' %} {% endif %}
{% if album.artist %}{% trans '艺术家:' %} {% for artist in album.artist %} 5 %}style="display: none;" {% endif %}> {{ artist }} {% if not forloop.last %} / {% endif %} {% endfor %} {% if album.artist|length > 5 %} {% trans '更多' %} {% endif %} {% endif %}
{% if album.company %}{% trans '发行方:' %} {% for company in album.company %} 5 %}style="display: none;" {% endif %}> {{ company }} {% if not forloop.last %} / {% endif %} {% endfor %} {% if album.company|length > 5 %} {% trans '更多' %} {% endif %} {% endif %}
{% if album.release_date %} {% trans '发行日期:' %}{{ album.release_date }} {% endif %}
{% if album.duration %} {% trans '时长:' %}{{ album.get_duration_display }} {% endif %}
{% if album.genre %} {% trans '流派:' %}{{ album.genre }} {% endif %}
{% if album.other_info %} {% for k, v in album.other_info.items %}
{{ k }}:{{ v | urlize }}
{% endfor %} {% endif %} {% if album.last_editor %}
{% trans '最近编辑者:' %}{{ album.last_editor | default:"" }}
{% endif %}
{% trans '编辑这个作品' %} {% if user.is_staff %} / {% trans '删除' %} {% endif %}
{% for tag_dict in album_tag_list %} {% for k, v in tag_dict.items %} {% if k == 'content' %} {{ v }} {% endif %} {% endfor %} {% endfor %}
{% if album.brief %}
{% trans '简介' %}

{{ album.brief | linebreaksbr }}

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

{{ album.track_list | linebreaksbr }}

{% endif %} {% if album.album_songs.count %}
{% trans '关联单曲' %}
{% endif %}
{% trans '这部作品的标记' %}
{% if mark_list_more %} {% trans '全部标记' %} {% endif %} 关注的人的标记 {% include "partial/mark_list.html" with mark_list=mark_list current_item=album %}
{% trans '这部作品的评论' %}
{% if review_list_more %} {% trans '全部评论' %} {% endif %} {% if review_list %} {% else %}
{% trans '暂无评论' %}
{% endif %}
{% if mark %}
{% trans '我' %}{{ mark.get_status_display }} {% if mark.status == status_enum.DO.value or mark.status == status_enum.COLLECT.value%} {% if mark.rating %} {% endif %} {% endif %} {% if mark.visibility > 0 %} {% endif %} {% trans '修改' %}
{% csrf_token %} {% trans '删除' %}
{{ mark.created_time }}
{% if mark.text %}

{{ mark.text }}

{% endif %}
{% for tag in mark_tags %} {{ tag }} {% endfor %}
{% else %}
{% trans '标记这部作品' %}
{% endif %}
{% if review %}
{% trans '我的评论' %} {% if review.visibility > 0 %} {% endif %} {% trans '编辑' %} {% trans '删除' %}
{{ review.edited_time }}
{{ review.title }}
{% else %}
{% trans '我的评论' %}
{% endif %}
{% if collection_list %}
{% trans '相关收藏单' %}
{% for c in collection_list %}

{{ c.title }}

{% endfor %}
{% endif %} {% if album.get_embed_link %} {% endif %}
{% include "partial/_footer.html" %}