{{ 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 %}
{% endwith %}