{{ identity.display_name }} - {% if liked %}关注的{% endif %} 收藏单
{% for collection in collections %}
{% liked_piece collection as liked %}
{% include 'like_stats.html' with liked=liked piece=collection label='关注' icon='fa-bookmark' %}
{{ collection.title }}
{% if liked %}
-
{{ collection.owner.display_name }}
{% endif %}
{% empty %}
暂无
{% endfor %}