{{ user.username }}{{ list_title }}
-
{% for mark in marks %}
{% with mark.music as music %}
-
{% if music.category_name|lower == 'album' %}
{% elif music.category_name|lower == 'song' %}
{% endif %}
{% if music.category_name|lower == 'album' %} {{ music.title }} {% elif music.category_name|lower == 'song' %} {{ music.title }} {% endif %} {{ music.get_source_site_display }}{% 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.tag_list %} {% for k, v in tag_dict.items %} {% if k == 'content' %} {{ v }} {% endif %} {% endfor %} {% endfor %}-
{% if mark.rating %}
{% endif %}
{% if mark.is_private %}
{% endif %}
{% trans '于' %} {{ mark.edited_time }} {% trans '标记' %}
{% if mark.text %}
{{ mark.text }}
{% endif %}
{% endwith %}
{% empty %}
-
{% if mark.rating %}
{% endif %}
{% if mark.is_private %}
{% endif %}
{% trans '于' %} {{ mark.edited_time }} {% trans '标记' %}
{% if mark.text %}
{% 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 %}