{% load i18n %} {% load lbforum_filters %} {% load lbforum_tags %} {% load avatar_tags %}
{% avatar post.posted_by 48 %} |
#{% page_item_idx page_obj forloop %} - {{ post.created_on|lbtimesince }}
{% if user.is_authenticated %}
•
{% trans "quote" %}
{% if user == post.posted_by or user.is_staff %}
{% trans "edit" %}
{% endif %}
{% if user.is_staff and not post.topic_post %}
{% trans "delete" %}
{% endif %}
{% endif %}
{{post.posted_by.username}}
{% include 'lbforum/inc_post_content.html' %}
|