{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load user_actions %} {% load thumb %} {{ site_name }} - {{ identity.display_name }} - {% if liked %}喜欢的{% endif %} 收藏单 {% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" %}
{{ 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 %}
{% include "_sidebar.html" with show_profile=1 %}
{% include "_footer.html" %}