{% load static %} {% load i18n %} {% load l10n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% load prettydate %} {% load user_actions %} {% like_piece_action activity.action_object as action %}
{% if not action.take %} {% endif %}
{% if activity.action_object.metadata.shared_link %} {{ activity.action_object.created_time|prettydate }} {% else %} {{ activity.action_object.created_time|prettydate }} {% endif %}
{{ activity.owner.display_name }} {% trans '创建了收藏单' %}
{{ activity.action_object.title }} {% if activity.action_object.year %}({{ activity.action_object.year }}){% endif %} {% for res in activity.action_object.external_resources.all %} {{ res.site_name.label }} {% endfor %}

{% if activity.review %} {{ activity.review.title }} {% endif %} {% if activity.mark %} {% if activity.mark.rating %} {% endif %} {% if activity.mark.text %}

{{ activity.mark.text }}

{% endif %} {% endif %}