{% load humanize %} {% load user_tags %} {% load news_tags %} {% load smiley_tags %} {{ users }}
{{ post.user }} at {{ post.date_added|date:"g:iA, N j, Y" }}
{% if post.user == user or user.is_staff %} edit {% endif %} {% if post.user == user or user.is_staff or post.topic.forum.user == user or post.topic.user == user %} delete {% endif %}
({% if post.user.profile.online %}online{% else %}offline{% endif %})
posts: {{ post.user.posts.count|intcomma }}
joined: {{ post.user.date_joined|date:'n-j-Y' }}
{{ post.body|bbcode2html|smileys|safe }}
{% if post.user.signature %} {% include "forums/signature.html" %} {% endif %}
{% if user.is_authenticated %} PQ {% endif %} {% if post.date_modified|date:"N j, Y g:iA" != post.date_added|date:"N j, Y g:iA" %} last edited on {{ post.date_modified|date:"N j, Y g:iA" }} {% endif %}
{% if user.is_authenticated %} quote {% endif %} link