{% load i18n misago_avatars %}
{% if post.poster %} {% trans {% else %} {% trans {% endif %}
{% if post.poster %} {% include "misago/user_state.html" with user=post.poster state=post.poster.online_state %} {{ post.poster }} {% if post.poster.short_title %} {{ post.poster.short_title }} {% endif %} {% else %} {{ post.poster_name }} {% endif %} {% if post.is_protected %} {% endif %} {% if not post.is_read %} {% trans "New" %} {% endif %} {% if posts_actions %} {% endif %}
{% include "misago/thread/post_alerts.html" %}
{% if not post.is_hidden or post.acl.can_see_hidden %} {% if post.is_valid %}
{{ post.parsed|safe }}
{% else %}
{% trans "Post can't be displayed due to invalid message checksum." %}
{% endif %}
{% else %}

{% include "misago/thread/hidden_message.html" %}

{% endif %}
{% if post.events %} {% include "misago/thread/events.html" %} {% endif %}