{% load pin_tags%} {% load humanize %} {% load thumbnail %} {% load daddy_avatar%} {% spaceless %} {% for item in latest_items %}
{% thumbnail item.image "192" as im %}
{{item.text|remove_newlines|truncatewords:5}}
{% endthumbnail %}

{{item.text|safe|truncatewords:"50"|linebreaksbr}} {% if item.url %} {%endif%}

{{item.user|get_username}}
{% if offset %} {%else%} {%endif%}
{% if display_item and forloop.counter == 1 %} {% include "pin/item_inner.html"%} {%endif%} {%endfor%} {% endspaceless %}