{{ for_user.username }}

{% if for_user.userprofile.name %}{{ for_user.userprofile.name }}{% endif %} {% if for_user.userprofile.current_location %}{{ for_user.userprofile.current_location.name }}, {{ for_user.userprofile.current_location.country.name }}{% endif %}
{% if for_user.userprofile.about %}{{ for_user.userprofile.about }}{% endif %}
{% with for_user.trip_set.count as trip_count %}
view trip{{ trip_count|pluralize }} ({{ trip_count }})
{% endwith %}
view world
view friends
{% if not user.is_anonymous %} {% if not is_friend and not is_friend_pending and not is_self %} add as friend
{% endif %} {% if is_self %} edit
{% endif %} {% endif %}