{% load thumb %} {% load highlight %} {% load i18n %} {% load l10n %} {% load neo %} {% current_user_marked_item music as marked %}
  • {% if music.category_name|lower == 'album' %} {% if not marked %} {% endif %} {% elif music.category_name|lower == 'song' %} {% if not marked %} {% endif %} {% endif %}
    {% if editable %}
    {% if not forloop.first %} {% endif %} {% if not forloop.last %} {% endif %}
    {% endif %}
    {% if music.category_name|lower == 'album' %} {% if request.GET.q %} {{ music.title | highlight:request.GET.q }} {% else %} {{ music.title }} {% endif %} {% elif music.category_name|lower == 'song' %} {% if request.GET.q %} {{ music.title | highlight:request.GET.q }} {% else %} {{ music.title }} {% endif %} {% endif %} {% if not request.GET.c and not hide_category %} [{{music.verbose_category_name}}] {% endif %} {{ music.get_source_site_display }}
    {% if music.rating %}
    {{ music.rating }} {% else %}
    {% trans '暂无评分' %}
    {% endif %} {% if music.artist %}{% trans '艺术家' %}: {% for artist in music.artist %} {{ artist }} {% if not forloop.last %} {% endif %} {% endfor %} {% endif %} {% if music.genre %}/ {% trans '流派' %}: {{ music.genre }} {% endif %} {% if music.release_date %}/ {% trans '发行日期' %}: {{ music.release_date }} {% endif %} {% if music.brief %}

    {{ music.brief }}

    {% elif music.category_name|lower == 'album' %}

    {% trans '曲目:' %}{{ music.track_list }}

    {% else %}

    {% trans '所属专辑:' %}{{ music.album }}

    {% endif %}
    {% for tag_dict in music.top_tags %} {{ tag_dict.content }} {% endfor %}
    {% if mark %}
    • {% if mark.rating %} {% endif %} {% if mark.visibility > 0 %} {% endif %} {% trans '于' %} {{ mark.created_time }} {% if status == 'reviewed' %} {% trans '评论' %}: {% if music.category_name|lower == 'album' %} {{ mark.title }} {% else %} {{ mark.title }} {% endif %} {% else %} {% trans '标记' %} {% endif %} {% if mark.text %}

      {{ mark.text }}

      {% endif %}
    {% endif %} {% if collectionitem %}
    • {% include "show_item_comment.html" %}

    {% endif %}