{% comment %} vim:ft=htmldjango: {% endcomment %} {% load i18n %} {% load humanize %} {% load pybb_extras %}
{{ post.user.username }} Posted: {{ post.created|naturalday|title }} {{ post.created|time:"H:i" }}
Joined: {{ post.user.date_joined|naturalday|title }}
Posts: {{ post.user.get_profile.post_count }}
{% if post.user.get_profile.location %} Location: {{ post.user.get_profile.location }}
{% endif %}
{{ post.body_html|safe }} {% if not user.is_authenticated or user.pybb_profile.show_signatures %} {% if post.user.pybb_profile.signature %}
{{ post.user.pybb_profile.signature|urlize|linebreaks }}
{% endif %} {% endif %} {% if post.updated %}
{% trans "Edited" %} {% pybb_time post.updated %}
{% endif %} {% if post.attachment_cache %} {% for attach in post.attachment_cache %} {% trans "Attachment" %}: {{ attach.name }} ({{ attach.size_display }}) {% endfor %} {% endif %}
{% if user.is_authenticated %} {% ifnotequal user post.user %} Send PM {% endifnotequal %} {% endif %} {% if moderator or post|pybb_posted_by:user %} {% trans {% endif %} {% if moderator or post|pybb_equal_to:last_post %} {% if moderator or post.user|pybb_equal_to:user %} {% trans {% endif %} {% endif %}
{% comment %} {% if post.user.pybb_profile.avatar %}
{% endif %}
{% pybb_time post.created %}
{% if user.is_authenticated %} {% endif %} {{ post.body_html|safe }} {% if not user.is_authenticated or user.pybb_profile.show_signatures %} {% if post.user.pybb_profile.signature %}
{{ post.user.pybb_profile.signature|urlize|linebreaks }}
{% endif %} {% endif %} {% if post.updated %}
{% trans "Edited" %} {% pybb_time post.updated %}
{% endif %} {% if post.attachment_cache %} {% for attach in post.attachment_cache %} {% trans "Attachment" %}: {{ attach.name }} ({{ attach.size_display }}) {% endfor %} {% endif %}
{% trans "quote" %}
{% endcomment%}