gremmie@1: {% extends 'bio/base.html' %} gremmie@1: {% load avatar_tags %} bgneal@29: {% load elsewhere_tags %} bgneal@71: {% load core_tags %} bgneal@125: {% load forum_tags %} gremmie@1: {% block title %}User Profile for {{ subject.username }}{% endblock %} bgneal@125: {% block custom_js %} bgneal@125: bgneal@125: {% endblock %} gremmie@1: {% block content %} gremmie@1:
{% avatar subject %}
bgneal@125:Full Name | {{ subject.get_full_name }} |
---|---|
Date Joined | {{ subject.date_joined|date:"F d, Y" }} |
Last Login | {% forum_date subject.last_login user %} |
Active Member | {% bool_icon subject.is_active %} |
Staff Member | {% bool_icon subject.is_staff %} |
Location | {{ profile.location }} |
Occupation | {{ profile.occupation }} |
Birthday | {{ profile.birthday|date:"F d" }} |
Interests | {{ profile.interests }} |
{{ subject.email }} | |
ICQ | {{ profile.icq }} |
Profile | {{ profile.profile_html|safe }} |
Signature | {{ profile.signature_html|safe }} |
Elsewhere | {% elsewhere_links subject %} |
Time Zone | {{ profile.time_zone }} |
gremmie@1: gremmie@1: gremmie@1: Send a private message to {{ subject.username }} gremmie@1:
gremmie@1: {% endif %} gremmie@1: {% endif %} gremmie@1: {% endblock %}