{% load thumbnail %} {% with user=action.user profile=action.user.profile %}
{{ action.created|timesince }} temu
{{ user.first_name }}
{{ action.verb }}
{% if action.target %}
{% with target=action.target %}
{{ target }}
{% endwith %}
{% endif %}