{% include "misago/thread/posts/post/side.html" %}
{% include "misago/thread/posts/post/header.html" %}
{% if post.is_hidden and not post.acl.can_see_hidden %}
{% include "misago/thread/posts/post/body-hidden.html" %}
{% else %}
{% include "misago/thread/posts/post/flags.html" %}
{% include "misago/thread/posts/post/body.html" %}
{% if post.attachments %}
{% include "misago/thread/posts/post/attachments.html" %}
{% endif %}
{% include "misago/thread/posts/post/footer.html" %}
{% endif %}