{% load tagging_tags %} {% thumbnail user.get_profile.avatar "64x64" as im %} {% endthumbnail %} {{ user }} {{ user.date_joined|timesince }} {% trans 'ago' %} {{ user.topic_set.count }} {% trans 'topics' %} {% ifnotequal user request.user%} {% include 'profiles/_friend.html' %} {% endifnotequal %} {% trans 'About' %} {% trans 'Friends' %} {% trans "Friends" %} {% for friend in user.relationships.friends %} {% thumbnail friend.get_profile.avatar "32x32" as im %} {% endthumbnail %} {{ friend }} {% endfor %} {% trans "Following" %} {% for followed in user.relationships.following %} {% thumbnail followed.get_profile.avatar "32x32" as im %} {% endthumbnail %} {{ followed }} {% endfor %} {% trans "Followers" %} {% for follower in user.relationships.followers %} {% thumbnail follower.get_profile.avatar "32x32" as im %} {% endthumbnail %} {{ follower }} {% endfor %}
{{ user.date_joined|timesince }} {% trans 'ago' %}
{{ user.topic_set.count }} {% trans 'topics' %}