{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% trans 'NiceDB - ' %}{{ song.title }}{% trans '的标记' %}
{% include "partial/_navbar.html" %}
{{ 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 %}
{{ 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 '评分: ' %} {{ song.rating }} {% endif %}
{% include "partial/_footer.html" %}
{% comment %} {% endcomment %}