{% 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 %}
{% trans "Attachments" %}:
{% endif %} {% if post.has_imgs %}
{% trans "Show Image Attachments" %}
{% trans "Image Attachments" %}:
{% endif %} {% else %} {% trans "to see the content, user must reply first." %} {% endif %}