{{ identity.display_name }} - {% if liked %}喜欢的{% endif %} 收藏单
{% for collection in collections %}
{% if collection.latest_post %}
{% include "action_like_post.html" with post=collection.latest_post %}
{% include "action_boost_post.html" with post=collection.latest_post %}
{% include "action_open_post.html" with post=collection.latest_post %}
{% endif %}
{{ collection.title }}
{% if liked %}
-
{{ collection.owner.display_name }}
{% endif %}
{% empty %}
暂无
{% endfor %}