#{{ pagination['start'] + loop.index }} {% if not post.is_read %} {% trans %}New{% endtrans %} {% endif %} {% if post.moderated %} {% trans %}Unreviewed{% endtrans %} {% endif %} {% if post.reported %} {% trans %}Reported{% endtrans %} {% endif %} {% if post.deleted %} {% trans %}Deleted{% endtrans %} {% endif %}
{{ post.post_preparsed|safe }}
{% if post.user.signature %}
{#

{{ post.user.username }}, {{ post.date|reltimesince|low }}

#} {% if post.user.signature %}
{{ post.user.signature_preparsed|safe }}
{% endif %}
{% endif %}