{% load post_body %} {% load i18n %}
{# Image #} {% if post.thumbnail %} {# Image info #}
{% translate "File" %} {{post.original_image_name}} ({{post.image.size|measure_bytes}}, {{post.image_width}}x{{post.image_height}})
{# Image thumbnail #}
{% endif %} {# Post ID, username, time #} #. {{post.id}} {% if post.subject %} {{post.subject}} {% endif %} {% blocktranslate with post_name=post.name|default:"Anonymous" post_created=post.created %} by {{post_name}} at {{post_created}} {% endblocktranslate %} {% if reply_link %} [{% translate "Reply" %}] {% endif %} {# "X replies elided" dialog for OPs on the board #}
{% if replies_elided > 0 %}
({% blocktranslate %}{{replies_elided}} replies elided, click reply to view{% endblocktranslate %}) {% endif %} {# Post body #}

{{post|post_body|safe}}