{% extends "wlprofile/base.html" %} {% load i18n %} {% block content %} {% load custom_date %} {% ifequal user profile.user %} {% include "messages/inlines/navigation.html" %} {%endifequal%}

{% trans "View Profile" %}

{% if profile.avatar %} {% endif %}
User: {{ profile.user.username }}
Joined: {{ profile.user.date_joined|custom_date:user|title }}
Nr posts: {{ profile.post_count }}
Website: {{ profile.site }}
Location: {{ profile.location }}
Jabber: {{ profile.jabber }}
ICQ: {{ profile.icq }}
MSN: {{ profile.msn }}
AIM: {{ profile.aim }}
Yahoo: {{ profile.yahoo }}

{% ifequal user profile.user %} Edit Profile {% else %} Send User a PM {%endifequal%}

{% endblock %}