{% extends "base.html" %} {% block body %}
{{ user.messages|count }} messages - {{ user.followers()|count }} followers - {{ user.following()|count }} following
{% if not current_user.is_anonymous %} {% if user.username != current_user.username %} {% if current_user|is_following(user) %} {% else %} {% endif %}Mention this user in a message
{% else %} Create a status {% endif %} {% endif %}