bgneal@89: {% load avatar_tags %} bgneal@105: {% load forum_tags %} bgneal@89: bgneal@89: bgneal@89: bgneal@105: {{ post.user.username }}
bgneal@105: {% avatar post.user %} bgneal@96: Joined: {{ post.user.date_joined|date:"M d, Y" }}
bgneal@96: Posts: {{ post.user.get_profile.forum_post_count }}
bgneal@96: Location: {{ post.user.get_profile.location }}
bgneal@89: bgneal@89: bgneal@89:
bgneal@98: Link bgneal@89: Posted on {{ post.creation_date|date:"M d, Y H:i" }} bgneal@104: {% if can_moderate %}from IP: {{ post.user_ip }}{% endif %} bgneal@89:
bgneal@89:
bgneal@89: {{ post.html|safe }} bgneal@89:
bgneal@98:
bgneal@105: Reply with quote bgneal@105: {% post_edit_button post user can_moderate MEDIA_URL %} bgneal@105: {% if can_moderate %} bgneal@98: bgneal@98: Flag bgneal@105: Delete post bgneal@105: {% endif %} bgneal@98:
bgneal@89: bgneal@89: