{% extends "profile/userprofile/userprofile.html" %} {% block profileContent %}
{% if userProfile.user.profile.getFriends %} {% else %}

this user has no friends yet.

{% endif %} {%if groups %}

Groups

{{userProfile.user.username}} is in these groups:
{%endif%}
{% endblock %}