{# Notification card partial #}
{# Dismiss button #}
{# Actor avatar with type badge #}
{% if item.actorPhoto %} {{ item.actorName }} {% endif %}
{# Notification body #}
{{ item.actorName }} {% if item.type == "like" %} {{ __("activitypub.notifications.liked") }} {% elif item.type == "boost" %} {{ __("activitypub.notifications.boostedPost") }} {% elif item.type == "follow" %} {{ __("activitypub.notifications.followedYou") }} {% elif item.type == "follow_request" %} {{ __("activitypub.followRequest") }} {% elif item.type == "reply" %} {{ __("activitypub.notifications.repliedTo") }} {% elif item.type == "mention" %} {{ __("activitypub.notifications.mentionedYou") }} {% elif item.type == "dm" %} {{ __("activitypub.messages.sentYouDM") }} {% elif item.type == "report" %} {{ __("activitypub.reports.sentReport") }} {% endif %} {% if item.targetUrl %} {{ item.targetName or item.targetUrl }} {% endif %} {% if item.content and item.content.text %}
{{ item.content.text | truncate(200) }}
{% endif %} {% if item.type == "reply" or item.type == "mention" %} {% elif item.type == "dm" %} {% endif %}
{# Timestamp #} {% if item.published %} {% endif %}