#.{{post.id}}
{% if post.subject %}
{{post.subject}}
{% endif %}
by {{post.name|default:"Anonymous"}}
at {{post.created}}
{% if reply_link %}
[Reply]
{% endif %}
{# "X replies elided" dialog for OPs on the board #}
{% if replies_elided > 0 %}
({{replies_elided}} replies elided, click reply to view)
{% endif %}
{# Post body #}