{% extends "wlprofile/base.html" %} {% load i18n %} {% block content %} {% load custom_date %} {% include "django_messages/inlines/navigation.html" %}

{% trans "View Profile" %}

{% if profile.avatar %} {% endif %} {% ifequal user profile.user %} {% endifequal %}
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 }}
Signature: {{ profile.signature|urlize|linebreaks }}
Email: {{ profile.user.email }}
{% comment %}
{% ifequal user profile.user %} Edit Profile {% else %} Send User a PM {%endifequal%}
View GGZ Statistics of this user
{% endcomment %}
{% endblock %}