{% with activity.content_object as obj %}

{{ obj.name }}

{{ obj.post_set.all.0.text|truncatewords:"30" }}
{% endwith %}