+ {# Hide post button #}
+ {% if thread_hide_button %}
+
+ {% endif %}
-{# Image #}
-{% if post.thumbnail %}
-{# Image info #}
-
\ No newline at end of file
- {% translate "File" %}
- {{post.original_image_name}}
- ({{post.image.size|measure_bytes}}, {{post.image_width}}x{{post.image_height}})
+ {# Post ID, status icons, username, time #}
+ #.
+ {{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 post.sticky and not post.op %}
+
+ {% endif %}
+ {% if post.lock and not post.op %}
+
+ {% endif %}
+
+ {% if reply_link %}
+ [{% translate "Reply" %}]
+ {% endif %}
+ ▶
-{# 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 %} + {# Image #} + {% if post.thumbnail %} + {# Image info #} +
+ + ({% blocktranslate %}{{replies_elided}} replies elided, click reply to view{% endblocktranslate %}) + + {% endif %} + + {# Post body #} +
- - ({% blocktranslate %}{{replies_elided}} replies elided, click reply to view{% endblocktranslate %}) - -{% endif %} + {# Image #} + {% if post.thumbnail %} + {# Image info #} +
+ {% translate "File" %}
+ {{post.original_image_name}}
+ ({{post.image.size|measure_bytes}}, {{post.image_width}}x{{post.image_height}})
+
-{# Post body #}
-{{post|post_body|safe}}
+ {# 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}}