{% 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 post.posted_by.lbforum_profile.signature %}
{{ post.posted_by.lbforum_profile.signature|bbcode|safe }}
{% endif %}