{% load i18n %} {% load lbforum_filters %} {% load lbforum_tags %} {% if not post.topic_post or not post.topic.need_reply or has_replied %}
{% bbcode post.message has_replied %}
{% if post.edited_by %}Last edited by {{post.edited_by}} ({{post.updated_on|date:"Y-m-d H:i"}})
{% endif %} {% if post.has_attachments %} {% endif %} {% if post.has_imgs %} {% endif %} {% else %} {% trans "to see the content, user must reply first." %} {% endif %} {% if 0 %}