{% if mention.author.photo %}
{% else %}
{{ mention.author.name | first }}
{% endif %}
{{ mention.author.name }}
{% if mention['wm-property'] == 'like-of' %}
liked this
{% elif mention['wm-property'] == 'repost-of' %}
reposted this
{% elif mention['wm-property'] == 'bookmark-of' %}
bookmarked this
{% elif mention['wm-property'] == 'mention-of' %}
mentioned this
{% else %}
replied
{% endif %}
{% if mention.content and mention.content.text %}
{{ mention.content.text | truncate(280) | safe }}
{% endif %}