{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% trans 'NiceDB - 评论详情' %}
{% include "partial/_navbar.html" %}
{{ review.title }}
{% if review.is_private %} {% endif %}
{{ review.owner.username }} {% if mark %} {% if mark.rating %} {% endif %} {% endif %} {{ review.edited_time }}
{% if request.user == review.owner %} {% trans '编辑' %} {% trans '删除' %} {% endif %}
{{ form.content }}
{{ form.media }}
{{ 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 %}