{% load i18n %} {% load lbforum_filters %} {% load lbforum_tags %}
|
#{% page_item_idx pages forloop %} - {{ post.created_on|lbtimesince }}
{% if post.topic|topic_can_post:user %}
•
{% trans "quote" %}
{% if user == post.posted_by or can_admin %}
{% trans "edit" %}
{% endif %}
{% if can_admin and not post.topic_post %}
{% trans "delete" %}
{% endif %}
{% endif %}
{{post.posted_by.lbforum_profile}}
{% include 'lbforum/inc_post_content.html' %}
|