{{ song.title }}{% trans ' 的标记' %}
-
{% for mark in marks %}
-
{{ mark.owner.username }}
{{ mark.get_status_display }}
{% if mark.rating %}
{% endif %}
{% if mark.is_private %}
{% endif %}
{{ mark.edited_time }}
{% if mark.text %}
{{ mark.text }}
{% endif %}
{% empty %}
{% trans '无结果' %}
{% endfor %}
{% if marks.pagination.has_prev %}
«
‹
{% endif %}
{% for page in marks.pagination.page_range %}
{% if page == marks.pagination.current_page %}
{{ page }}
{% else %}
{{ page }}
{% endif %}
{% endfor %}
{% if marks.pagination.has_next %}
›
»
{% endif %}
{{ song.title }} {{ song.get_source_site_display }}
{% if song.artist %}{% trans '艺术家:' %}
{% for artist in song.artist %}
5 %}style="display: none;" {% endif %}>
{{ artist }}
{% if not forloop.last %} / {% endif %}
{% endfor %}
{% if song.artist|length > 5 %}
{% trans '更多' %}
{% endif %}
{% endif %}
{% if song.genre %}{% trans '流派:' %}{{ song.genre }}{% endif %}
{% if song.album %}{% trans '所属专辑:' %}
{{ song.album }}
{% endif %}
{% if song.release_date %}{% trans '发行日期:' %}{{ song.release_date }}{% endif %}
{% if song.rating %}
{% trans '评分: ' %}
{% endif %}