{% extends "profile/myprofile.html" %} {% load smart_if %} {% block profileContent %}
{% if user.profile.getFriends %}

Friends

{% endif %} find more friends {% if user.profile.getFriendRequests %}

friend requests:

{% endif %} {%if user.profile.getContacts %}

View one of your offsite contacts:

{%endif%} {%if groups %}

My Groups

{%endif%}
{%endblock%}