{% 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 %}

{% liked_piece collection as liked %} {% include 'like_stats.html' with liked=liked piece=collection label='关注' icon='fa-bookmark' %} {{ collection.created_time|date }}
{{ collection.title }} {% if liked %} - {{ collection.owner.display_name }} {% endif %}

{% empty %}
暂无
{% endfor %}
{% include "_sidebar.html" with show_profile=1 %}
{% include "_footer.html" %}