{% load thumbnail %} {% with user=action.user profile=action.user.profile %}
{% if profile.photo %} {% thumbnail user.profile.photo "80x80" crop="100%" as im %} {{ user.get_full_name }} {% endthumbnail %} {% endif %} {% if action.target %} {% with target=action.target %} {% if target.image %} {% thumbnail target.image "80x80" crop="100%" as im %} {% endthumbnail %} {% endif %} {% endwith %} {% endif %}

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

{% endwith %}