{% comment %} vim:ft=htmldjango: {% endcomment %} {% load i18n %} {% load pybb_extras %} {% load wlprofile_extras %} {% load custom_date %} {% load static %} {{ post.user|user_link }}
{% if post.user.wlprofile.avatar %} Avatar {% endif %}
Joined: {{ post.user.date_joined|custom_date:user|title }}
Posts: {{ post.user.wlprofile.post_count }}
Ranking
{{ post.user.wlprofile.user_status.text }}
{% if post.user.wlprofile.location %} Location: {{ post.user.wlprofile.location }}
{% endif %}
Posted at: {{ post.created|custom_date:user}}
{{ post.body_html|safe }} {% if post.updated %}
{% trans "Edited" %}: {{ post.updated|custom_date:user|title}}
{% endif %} {% if post.attachment_cache %} {% include 'pybb/inlines/attachment.html' %} {% endif %}
{% if user.is_authenticated %} {% ifequal user.wlprofile.show_signatures 1 %} {% if post.user.wlprofile.signature %} {{ post.user.wlprofile.signature|urlize|linebreaks }} {% endif %} {% endifequal %} {% else %} {% if post.user.wlprofile.signature %} {{ post.user.wlprofile.signature|urlize|linebreaks }} {% endif %} {% endif %} {% trans "Top" %} {% trans "Quote" %} {% if user_is_mod or post|pybb_posted_by:user %} {% trans "Edit" %} {% if user_is_mod or post|pybb_equal_to:last_post %} {% trans "Delete" %} {% endif %} {% endif %}