{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {{ site_name }} - {{ song.title }}{% trans '的评论' %}
{% include "partial/_navbar.html" %}
{{ song.title }}{% trans ' 的评论' %}
{{ 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" %}