{% 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 %}{% trans "Last edit by" %} {{post.edited_by}} ({{ post.updated_on|lbtimesince }})
{% endif %} {% if post.has_attachments %} {% endif %} {% if post.has_imgs %} {% endif %} {% else %} {% trans "to see the content, user must reply first." %} {% endif %}