{# Hide post button #}
{% if thread_hide_button %}
{% endif %}
{# Post ID, status icons, username, time, admin info #}
#.
{{post.id}}
{% if post.subject %}
{{post.subject}}
{% endif %}
{% blocktranslate with post_name=post.name|default:"Anonymous" %}
by
{{post_name}}
{% endblocktranslate %}
{% if post.capcode %}
{{post.capcode}}
{% endif %}
{% blocktranslate with post_created=post.created %}
at {{post_created}}
{% endblocktranslate %}
{# staff inline items #}
{% if user.is_staff %}
[ {{post.ip}} | {{post.user_token|slice:"0:6"}} ]
{% endif %}
{% if post.sticky and not post.op %}
{% endif %}
{% if post.lock and not post.op %}
{% endif %}
{% if reply_link %}
[{% translate "Reply" %}]
{% endif %}
▶
{# Image #}
{% if post.thumbnail %}
{# Image info #}
({% blocktranslate %}{{replies_elided}} replies elided, click reply to view{% endblocktranslate %}) {% endif %} {# Post body #}
{% translate "File" %}
{{post.original_image_name}}
({{post.image.size|measure_bytes}}, {{post.image_width}}x{{post.image_height}})
{# Image thumbnail #}
{% 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}}