{% load sekizai_tags i18n humanize %}
{{ item.annotation|safe|truncatechars_html:instance.truncate_chars }}
{% endif %} {% if item.object.content and item.verb != "share" %}
{% blocktrans with shared_by=item.object.actor.displayName %}
Originally shared by {{ shared_by }}
{% endblocktrans %}
{% if item.object.content %}
{{ item.object.content|safe|truncatechars_html:"140" }}
{% endif %}