{% if post.status == database.PostStatus.UNDELETED :}
{{ post.id }}.
{% if post.name :}{{ post.name }}{:}
{% if post.tripcode :}[{{ post.tripcode }}]{:}
{% if post.mod :}Moderator{:}
{{ post.posted }}
{"includes/post_options.html"}
{% if (not thread.locked or mod_name) and (thread.num_posts < board_db.config.max_thread_posts) :}Quote{:}
{% if board_db.config.forking :}Fork{:}
{% if post.has_forked_threads :}
(Forked into Thread {% for fp_ti, fp_t in enumerate(post.forked_threads) :}{% if fp_ti > 0 :}, {:}{{ fp_t.id }}{:})
{:}
{"includes/uploaded_file.html"}{$ post.comment $}
{: else :}
{{ post.id }}.
Post deleted by {% if post.status == database.PostStatus.USER_DELETED :}poster{: else :}moderator{:}.
{% if mod_name :}{"includes/post_options.html"}{:}