{% for item in activitylist.items %}
{% if item.actor.thumbnailUrl %}
{% endif %}
{{ item.actor.name }}
{{ item.object.content|safe }}
{% endfor %}