{{ album.title }} {{ album.get_source_site_display }}
{% 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}}
{% 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 %}
{% trans '简介' %}
{% if album.brief %}{{ album.brief | linebreaksbr }}
{% else %}{% trans '暂无简介' %}
{% endif %}
{% trans '曲目' %}
{{ album.track_list | linebreaksbr }}
{% trans '关联单曲' %}
{% for song in album.album_songs.all %} {% endfor %}{% trans '这部作品的标记' %}
{% if mark_list_more %} {% trans '更多' %} {% endif %} {% if mark_list %}-
{% for others_mark in mark_list %}
-
{{ others_mark.owner.username }}
{{ others_mark.get_status_display }}
{% if others_mark.rating %}
{% endif %}
{% if others_mark.is_private %}
{% endif %}
{{ others_mark.edited_time }}
{% if others_mark.text %}
{{ others_mark.text }}
{% endif %}
{% endfor %}
{% trans '暂无标记' %}
{% endif %}
{% trans '这部作品的评论' %}
{% if review_list_more %} {% trans '更多' %} {% endif %} {% if review_list %}-
{% for others_review in review_list %}
-
{{ others_review.owner.username }}
{% if others_review.is_private %}
{% endif %} {{ others_review.edited_time }} {{ others_review.title }} {{ others_review.get_plain_content | truncate:100 }}
{% endfor %}
{% trans '暂无评论' %}
{% endif %}
{% if mark %}
{% endif %}
{% 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.is_private %}
{% endif %}
{% trans '修改' %}
{% else %}
{{ mark.edited_time }}
{% if mark.text %}
{{ mark.text }}
{% endif %}
{% for tag in mark_tags %}
{{ tag }}
{% endfor %}
{% trans '标记这部作品' %}
{% if review %}
{% endif %}
{% trans '我的评论' %}
{% if review.is_private %}
{% endif %}
{% trans '编辑' %}
{% trans '删除' %}
{% else %}
{{ review.edited_time }}
{{ review.title }}
{% trans '我的评论' %}