{{ album.title }} {{ album.get_source_site_display }}
{% if album.artist %}{% trans '艺术家:' %}
{% for artist in album.artist %}
5 %}style="display: none;" {% endif %}>
{{ artist }}
{% if not forloop.last %} / {% endif %}
{% endfor %}
{% if album.artist|length > 5 %}
{% trans '更多' %}
{% endif %}
{% endif %}
{% if album.genre %}{% trans '流派:' %}{{ album.genre }}{% endif %}
{% if album.release_date %}{% trans '发行日期:' %}{{ album.release_date}}{% endif %}
{% if album.rating %}
{% trans '评分:' %}
{% endif %}