{% extends "profiles/base.html" %} {% load i18n %} {% load account_tags %} {% load avatar_tags %} {% load uni_form_tags %} {% load group_tags %} {% load microblogging_tags %} {% load blog_tags %} {% load tagging_tags %} {% load photo_tags %} {% load threadedcommentstags %} {% block head_title %}{% user_display other_user as other_user_display %}{% blocktrans %}Profile for {{ other_user_display }}{% endblocktrans %}{% endblock %} {% block body %} {% user_display other_user as other_user_display %}
{% 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 %} {% else %} {# @@@ this could be done with ajax, or at the very least turned into an inclusion tag #}{% blocktrans %}You are friends with {{ other_user_display }}.{% endblocktrans %} {% trans "Send a message" %}.
{% blocktrans %}{{ other_user_display }} has requested friendship.{% endblocktrans %}
{% for invitation in previous_invitations_from %}From {% user_display invitation.from_user %} ({{ invitation.sent }}):
{% trans "Friendship request sent." %}
{% else %}{{ article.created_at|date }} |
{{ article.title }}{{ article.content|truncatewords:25 }}
|
{% trans "No wiki articles yet." %}
{% endif %}{{ bookmark_instance.saved|date }} {# add who originally added it and when #} |
{{ bookmark_instance.description }}{% if bookmark_instance.bookmark.get_favicon_url %}
{{ bookmark_instance.note|linebreaks }}
|
{% blocktrans %}You haven't added any bookmarks yet.{% endblocktrans %}
{% endif %}{% blocktrans %}Sign up and log in to add this person as a friend and see their tweets and blog posts.{% endblocktrans %}
{% endif %}