{% load static %} {% load i18n %} {% load l10n %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load thumb %} {% load prettydate %} {% load user_actions %} {% load duration %} {% wish_item_action activity.action_object.item.parent_item as action %} {% if activity.action_object.item.class_name == 'podcastepisode' %} {% endif %} {% if activity.action_object.latest_post %} {% include "action_reply_piece.html" with post=activity.action_object.latest_post piece=activity.action_object %} {% include "action_like_post.html" with post=activity.action_object.latest_post %} {% include "action_boost_post.html" with post=activity.action_object.latest_post %} {% include "action_open_post.html" with post=activity.action_object.latest_post %} {% endif %}