{% endif %}
{# Post ID, status icons, username, time #}
{% if post.sticky and not post.op %}
{% endif %}
{% if post.lock and not post.op %}
{% endif %}
#.{{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 %}
{% 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 #}