{% load post_body %} {% load l10n %}
{# Image #} {% if post.thumbnail %} {# Image info #}
{% localize on %}File{% endlocalize %}: {{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 %} {% localize on %}by{% endlocalize %} {{post.name|default:"Anonymous"}} {% localize on %}at{% endlocalize %} {{post.created}} {% if reply_link %} [{% localize on %}Reply{% endlocalize %}] {% endif %} {# "X replies elided" dialog for OPs on the board #}
{% if replies_elided > 0 %}
({% localize on %}{{replies_elided}} replies elided, click reply to view{% endlocalize %}) {% endif %} {# Post body #}

{{post|post_body|safe}}