{% include "../base/header.tpl" %}

Account Settings

{% include "profile/profile_widgets/join_club.tpl" %}
{% autoescape 'html' %}

Friend Management

Search for a friend below:
Friend categories
Friends
{% for category in categories %}
{{ category.getName() }}
{% endfor %}
{% include "profile/profile_widgets/friend_view_category.tpl" %}
{% endautoescape %}
{% include "../base/ads_container.tpl" %}
{% include "../base/footer.tpl" %}