{% extends "profiles/base.html" %} {% load i18n %} {% load avatar_tags %} {% load app_plugins %} {% load uni_form %} {% load microblogging_tags %} {% block head_title %}{% blocktrans %}Profile for {{ other_user }}{% endblocktrans %}{% endblock %} {% block body %}
{% trans "Name" %}: {{ other_user.get_profile.name }}
{% endif %} {% if other_user.get_profile.about %}{% trans "About" %}: {{ other_user.get_profile.about }}
{% endif %} {% if other_user.get_profile.location%}{% trans "Location" %}: {{ other_user.get_profile.location }}
{% endif %} {% if other_user.get_profile.website %}{% trans "Website" %}: {{ other_user.get_profile.website }}
{% endif %}{% trans "Followers" %}: {% follower_count other_user %} {% trans "Following" %}: {% following_count other_user %}
{% if is_me %}{% trans "Edit profile" %}
{% blocktrans %}You are friends with {{ other_user }}.{% endblocktrans %} {% trans "Send a message" %}.
{% blocktrans %}{{ other_user }} has requested friendship.{% endblocktrans %}
{% for invitation in previous_invitations_from %}From {{ invitation.from_user }} ({{ invitation.sent }}):
{% trans "Friendship request sent." %}
{% else %}{% blocktrans %}Sign up and log in to add this person as a friend and see their tweets and blog posts.{% endblocktrans %}
{% endif %}