{% if userProfile.relationship %}
you are friends with this user
remove friend
{% else %}
{%if friendRequestRecieved or friendRequestSent %}
{%if friendRequestRecieved %}
{{userProfile.user.username}} has sent you a friend request:
confirm
decline
{%endif%}
{% if friendRequestSent %}
You've sent {{userProfile.user.username}} a friend request
{%endif%}
{%else%}
add this user as a friend
{%endif%}
{% endif %}
send {{userProfile.user.username}} a message
{% if currentPage == 'books' %}
Books
{%else%}
Books
{%endif%}
{% if userProfile.user.profile.getFriends or groups%}
{% if currentPage == 'friends' %}
Friends
{%else%}
Friends/Groups
{%endif%}