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:
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@106: {% ifnotequal post.creation_date post.update_date %}
bgneal@106: Last edited: {{ post.update_date|date:"M d, Y H:i:s" }}
bgneal@106: {% endifnotequal %}
bgneal@89:
bgneal@98:
bgneal@105:
bgneal@105: {% post_edit_button post user can_moderate MEDIA_URL %}
bgneal@98:
bgneal@98:
bgneal@106: {% if can_moderate %}
bgneal@107:
bgneal@105: {% endif %}
bgneal@98:
bgneal@89: |
bgneal@89: