{% load static %} {% load i18n %} {% load l10n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% load prettydate %} {% load user_actions %} {% with activity.action_object.target as collection %} {% liked_piece collection as liked %} {% include 'like_stats.html' with liked=liked piece=collection label='关注' icon='fa-heart' %}
关注了 {{ collection.owner.display_name }} 的收藏单 {{ collection.title }}
{% endwith %}