{% extends "base.html" %} {% load thumbnail %} {% block title %}{{ user.username }}{% endblock title %} {% block body %}
{% thumbnail user.profile.image "100x100" crop="center" as im %} {% endthumbnail %}

{{ user.username }}

{% if request.user.is_authenticated %} {% if request.user != user %}
{% endif %} {% else %}
Login to follow this user
{% endif %}

{{ total_posts }}

Posts

xx {# TODO: Add total followers #}

Followers
{% endblock body %}